Get desktop application:
View/edit binary Protocol Buffers messages
An API server instance reports the version it can decode and the version it encodes objects to when persisting objects in the backend.
Used in:
The ID of the reporting API server.
The API server encodes the object to this version when persisting it in the backend (e.g., etcd).
The API server can decode objects encoded in these versions. The encodingVersion must be included in the decodableVersions. +listType=set
Storage version of a specific resource.
Used in:
The name is <group>.<resource>.
Spec is an empty spec. It is here to comply with Kubernetes API style.
API server instances report the version they can decode and the version they encode objects to when persisting objects in the backend.
Describes the state of the storageVersion at a certain point.
Used in:
Type of the condition. +required
Status of the condition, one of True, False, Unknown. +required
If set, this represents the .metadata.generation that the condition was set based upon. +optional
Last time the condition transitioned from one status to another. +required
The reason for the condition's last transition. +required
A human readable message indicating details about the transition. +required
A list of StorageVersions.
Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata +optional
Items holds a list of StorageVersion
StorageVersionSpec is an empty spec.
Used in:
(message has no fields)
API server instances report the versions they can decode and the version they encode objects to when persisting objects in the backend.
Used in:
The reported versions per API server instance. +optional +listType=map +listMapKey=apiServerID
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. +optional
The latest available observations of the storageVersion's state. +optional +listType=map +listMapKey=type