kubernetes v1.37

StorageVersionStatus.storageVersions

An API server instance reports the version it can decode and the version it encodes objects to when persisting objects in the backend.

4 fields
StorageVersionStatus.storageVersions fields and descriptions
Field / TypeDescription
apiServerID
string required

apiServerID is the ID of the reporting API server.

string[] required

decodableVersions are the encoding versions the API server can handle to decode. The API server can decode objects encoded in these versions. The encodingVersion must be included in the decodableVersions.

  • x-kubernetes-list-type: "set"
encodingVersion
string required

encodingVersion the API server encodes the object to when persisting it in the backend (e.g., etcd).

string[]

servedVersions lists all versions the API server can serve. DecodableVersions must include all ServedVersions.

  • x-kubernetes-list-type: "set"