OS
Schema Hub

StorageVersionStatus

API server instances report the versions they can decode and the version they encode objects to when persisting objects in the backend.

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

Resource Structure

commonEncodingVersionstring
If all API server instances agree on the same encoding storage version, then this field is set to that version. Otherwise this field is left empty. API servers should finish updating its storageVersionStatus entry before serving write operations, so that this field will be in sync with the reality.
conditionsarray
The latest available observations of the storageVersion's state.
storageVersionsarray
The reported versions per API server instance.