OS
Schema Hub

StorageVersionCondition

Describes the state of the storageVersion at a certain point.

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

Resource Structure

lastTransitionTimeobject
Last time the condition transitioned from one status to another.
messagestringRequired
A human readable message indicating details about the transition.
observedGenerationinteger
If set, this represents the .metadata.generation that the condition was set based upon.
reasonstringRequired
The reason for the condition's last transition.
statusstringRequired
Status of the condition, one of True, False, Unknown.
typestringRequired
Type of the condition.