V1alpha1StorageVersionStatus

May 5, 2026 ยท View on GitHub

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

Properties

NameTypeDescriptionNotes
common_encoding_versionstrcommonEncodingVersion is set to an encoding storage version if all API server instances share that same version. If they don't share one storage version, 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.[optional]
conditionslist[V1alpha1StorageVersionCondition]conditions lists the latest available observations of the storageVersion's state.[optional]
storage_versionslist[V1alpha1ServerStorageVersion]storageVersions lists the reported versions per API server instance.[optional]

[Back to Model list] [Back to API list] [Back to README]