Files
c/kubernetes/docs/v1_flow_schema_condition.md
Kubernetes Prow Robot 6d68c83d69 Automated openapi generation from release-1.29
Signed-off-by: Kubernetes Prow Robot <k8s.ci.robot@gmail.com>
2024-01-23 12:51:46 +00:00

962 B

v1_flow_schema_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] [Back to API list] [Back to README]