Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 959 Bytes

V1TagEventCondition.md

File metadata and controls

15 lines (11 loc) · 959 Bytes

V1TagEventCondition

Properties

Name Type Description Notes
type str Type of tag event condition, currently only ImportSuccess
status str Status of the condition, one of True, False, Unknown.
last_transition_time str LastTransitionTIme is the time the condition transitioned from one status to another. [optional]
reason str Reason is a brief machine readable explanation for the condition's last transition. [optional]
message str Message is a human readable description of the details about last transition, complementing reason. [optional]
generation int Generation is the spec tag generation that this status corresponds to

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