kubernetes v1.34
NodeCondition
NodeCondition contains condition information for a node.
| Field / Type | Description |
|---|---|
Last time we got an update on a given condition.
| |
Last time the condition transit from one status to another.
| |
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. |