Files
c/kubernetes/docs/v1_custom_resource_definition_condition.md

15 lines
926 B
Markdown
Raw Permalink Normal View History

2021-03-17 16:35:19 +08:00
# v1_custom_resource_definition_condition_t
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**last_transition_time** | **char \*** | lastTransitionTime 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. |
**type** | **char \*** | type is the type of the condition. Types include Established, NamesAccepted and Terminating. |
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)