OS
Schema Hub

ComponentCondition

Information about the condition of a component.

Schema URL
https://raw.githubusercontent.com/nlamirault/schema-hub/main/schemas/core.api.k8s.io/ComponentCondition_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/ComponentCondition_v1.json
kubeconform
kubeconform -schema-location 'https://raw.githubusercontent.com/nlamirault/schema-hub/main/schemas/{{ .Group }}/{{ .ResourceKind }}_{{ .ResourceAPIVersion }}.json' manifest.yaml

Resource Structure

errorstring
Condition error code for a component. For example, a health check error code.
messagestring
Message about the condition for a component. For example, information about a health check.
statusstringRequired
Status of the condition for a component. Valid values for "Healthy": "True", "False", or "Unknown".
typestringRequired
Type of condition for a component. Valid value: "Healthy"