OS
Schema Hub

FlowSchemaCondition

FlowSchemaCondition describes conditions for a FlowSchema.

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

Resource Structure

lastTransitionTimeobject
`lastTransitionTime` is the last time the condition transitioned from one status to another.
messagestring
`message` is a human-readable message indicating details about last transition.
reasonstring
`reason` is a unique, one-word, CamelCase reason for the condition's last transition.
statusstring
`status` is the status of the condition. Can be True, False, Unknown. Required.
typestring
`type` is the type of the condition. Required.