OS
Schema Hub

NodeCondition

NodeCondition contains condition information for a node.

Schema URL
https://raw.githubusercontent.com/nlamirault/schema-hub/main/schemas/core.api.k8s.io/NodeCondition_v1.json
Usage examples
VS Code / yaml-language-server
# yaml-language-server: $schema=https://raw.githubusercontent.com/nlamirault/schema-hub/main/schemas/core.api.k8s.io/NodeCondition_v1.json
kubeconform
kubeconform -schema-location 'https://raw.githubusercontent.com/nlamirault/schema-hub/main/schemas/{{ .Group }}/{{ .ResourceKind }}_{{ .ResourceAPIVersion }}.json' manifest.yaml

Resource Structure

lastHeartbeatTimeobject
Last time we got an update on a given condition.
lastTransitionTimeobject
Last time the condition transit from one status to another.
messagestring
Human readable message indicating details about last transition.
reasonstring
(brief) reason for the condition's last transition.
statusstringRequired
Status of the condition, one of True, False, Unknown.
typestringRequired
Type of node condition.