StorageVersionStatus

io.k8s.api.apiserverinternal.v1alpha1.StorageVersionStatus

Description

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

Properties

commonEncodingVersion string
commonEncodingVersion 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.
conditions []StorageVersionCondition
conditions lists the latest available observations of the storageVersion's state.
storageVersions []ServerStorageVersion
storageVersions lists the reported versions per API server instance.