Skip to main content
Schemaobject

io.k8s.api.core.v1.NodeCondition

NodeCondition contains condition information for a node.

Source
specs/api__v1_openapi.json
Revision
9a79c3bd90f7
Active snapshot
2a9112600697
lastHeartbeatTime
optional

Last time we got an update on a given condition.

lastTransitionTime
optional

Last time the condition transit from one status to another.

message string
optional

Human readable message indicating details about last transition.

reason string
optional

(brief) reason for the condition's last transition.

status string
required

Status of the condition, one of True, False, Unknown.

type string
required

Type of node condition.