NodeCondition
io.k8s.api.core.v1.NodeCondition
source ↗
NodeCondition contains condition information for a node.
lastHeartbeatTimeTimeLast time we got an update on a given condition.lastTransitionTimeTimeLast time the condition transit from one status to another.messagestringHuman readable message indicating details about last transition.reasonstring(brief) reason for the condition's last transition.statusstring requiredStatus of the condition, one of True, False, Unknown.typestring requiredType of node condition.