V1alpha1ServerStorageVersion

May 5, 2026 ยท View on GitHub

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

Properties

NameTypeDescriptionNotes
api_server_idstrapiServerID is the ID of the reporting API server.
decodable_versionslist[str]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.
encoding_versionstrencodingVersion the API server encodes the object to when persisting it in the backend (e.g., etcd).
served_versionslist[str]servedVersions lists all versions the API server can serve. DecodableVersions must include all ServedVersions.[optional]

[Back to Model list] [Back to API list] [Back to README]