python/kubernetes/docs/V1beta1CertificateSigningRequestCondition.md
2021-09-13 12:59:16 -07:00

1.3 KiB

V1beta1CertificateSigningRequestCondition

Properties

Name Type Description Notes
last_transition_time datetime lastTransitionTime is the time the condition last transitioned from one status to another. If unset, when a new condition type is added or an existing condition's status is changed, the server defaults this to the current time. [optional]
last_update_time datetime timestamp for the last update to this condition [optional]
message str human readable message with details about the request state [optional]
reason str brief reason for the request state [optional]
status str Status of the condition, one of True, False, Unknown. Approved, Denied, and Failed conditions may not be "False" or "Unknown". Defaults to "True". If unset, should be treated as "True". [optional]
type str type of the condition. Known conditions include "Approved", "Denied", and "Failed".

[Back to Model list] [Back to API list] [Back to README]