python/kubernetes/docs/V1alpha1PriorityLevelConfigurationCondition.md
Nabarun Pal 598d41ba5f
Generate client 17.0.0
Signed-off-by: Nabarun Pal <pal.nabarun95@gmail.com>
2020-11-07 16:10:08 +05:30

16 lines
1.0 KiB
Markdown

# V1alpha1PriorityLevelConfigurationCondition
PriorityLevelConfigurationCondition defines the condition of priority level.
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**last_transition_time** | **datetime** | &#x60;lastTransitionTime&#x60; is the last time the condition transitioned from one status to another. | [optional]
**message** | **str** | &#x60;message&#x60; is a human-readable message indicating details about last transition. | [optional]
**reason** | **str** | &#x60;reason&#x60; is a unique, one-word, CamelCase reason for the condition&#39;s last transition. | [optional]
**status** | **str** | &#x60;status&#x60; is the status of the condition. Can be True, False, Unknown. Required. | [optional]
**type** | **str** | &#x60;type&#x60; 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)