Files
c/kubernetes/docs/v1beta1_priority_level_configuration_condition.md

15 lines
984 B
Markdown
Raw Normal View History

2021-09-14 21:52:06 +08:00
# v1beta1_priority_level_configuration_condition_t
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**last_transition_time** | **char \*** | `lastTransitionTime` is the last time the condition transitioned from one status to another. | [optional]
**message** | **char \*** | `message` is a human-readable message indicating details about last transition. | [optional]
**reason** | **char \*** | `reason` is a unique, one-word, CamelCase reason for the condition's last transition. | [optional]
**status** | **char \*** | `status` is the status of the condition. Can be True, False, Unknown. Required. | [optional]
**type** | **char \*** | `type` is the type of the condition. Required. | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)