Interface: KubeCondition
Properties
lastProbeTime
lastProbeTime: Time;
Last time we probed the condition.
Defined in
lastTransitionTime?
optional lastTransitionTime: Time;
Defined in
lastUpdateTime?
optional lastUpdateTime: Time;
Defined in
message?
optional message: string;
Defined in
reason?
optional reason: string;
Unique, one-word, CamelCase reason for the condition's last transition.
Defined in
status
status: string;
Status of the condition, one of True, False, Unknown.
Defined in
type
type: string;