Files
c/kubernetes/docs/v1alpha1_server_storage_version.md
Kubernetes Prow Robot 0f1f163bb9 Automated openapi generation from release-1.28
Signed-off-by: Kubernetes Prow Robot <k8s.ci.robot@gmail.com>
2023-09-06 01:56:31 +00:00

867 B

v1alpha1_server_storage_version_t

Properties

Name Type Description Notes
api_server_id char * The ID of the reporting API server. [optional]
decodable_versions list_t * The API server can decode objects encoded in these versions. The encodingVersion must be included in the decodableVersions. [optional]
encoding_version char * The API server encodes the object to this version when persisting it in the backend (e.g., etcd). [optional]
served_versions list_t * The API server can serve these versions. DecodableVersions must include all ServedVersions. [optional]

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