Files
c/kubernetes/docs/v1beta3_flow_schema_condition.md
Kubernetes Prow Robot 060e5f800a Automated openapi generation from release-1.26
Signed-off-by: Kubernetes Prow Robot <k8s.ci.robot@gmail.com>
2023-02-23 01:48:36 +00:00

15 lines
967 B
Markdown

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