kubernetes v1.37
StorageVersionStatus.storageVersions
storageVersions lists the reported versions per API server instance.
| Field / Type | Description |
|---|---|
apiServerID | apiServerID is the ID of the reporting API server. |
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.
| |
encodingVersion | encodingVersion the API server encodes the object to when persisting it in the backend (e.g., etcd). |
servedVersions lists all versions the API server can serve. DecodableVersions must include all ServedVersions.
|