Schema
objectio.k8s.api.apiserverinternal.v1alpha1.ServerStorageVersion
An API server instance reports the version it can decode and the version it encodes objects to when persisting objects in the backend.
- Source
specs/apis__internal.apiserver.k8s.io__v1alpha1_openapi.json- Revision
9a79c3bd90f7- Active snapshot
2a9112600697
apiServerID string
requiredapiServerID is the ID of the reporting API server.
decodableVersions array
requireddecodableVersions 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.
encodingVersion string
requiredencodingVersion the API server encodes the object to when persisting it in the backend (e.g., etcd).
servedVersions array
optionalservedVersions lists all versions the API server can serve. DecodableVersions must include all ServedVersions.