Skip to main content
Schemaobject

io.k8s.api.apiserverinternal.v1alpha1.StorageVersionStatus

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

Source
specs/apis__internal.apiserver.k8s.io__v1alpha1_openapi.json
Revision
9a79c3bd90f7
Active snapshot
2a9112600697
commonEncodingVersion string
optional

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 array
optional

conditions lists the latest available observations of the storageVersion's state.

storageVersions array
optional

storageVersions lists the reported versions per API server instance.