Kube_crd.ConditionSourceKubernetes-standard status conditions for custom resources.
val make :
?observed_generation:int64 ->
?last_transition_time:string ->
type_:string ->
status:status ->
reason:string ->
message:string ->
unit ->
tConstruct a condition, defaulting last_transition_time to the current UTC time. Type and reason must be non-empty.
Insert or replace a condition by type. The prior transition time is kept while status is unchanged; it is advanced when status changes. The boolean reports whether any serialized field changed.