Kazan v0.1.0 Kazan.Models.V1.NodeCondition
NodeCondition contains condition information for a node.
Properties
last_heartbeat_time
- Last time we got an update on a given condition. SeeKazan.Models.Unversioned.Time
.last_transition_time
- Last time the condition transit from one status to another. SeeKazan.Models.Unversioned.Time
.message
- Human readable message indicating details about last transition.reason
- (brief) reason for the condition’s last transition.status
- Status of the condition, one of True, False, Unknown.type
- Type of node condition.