mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-05 07:27:21 +00:00
Add servedVersions info in StorageVersion API
This commit is contained in:
8
api/openapi-spec/swagger.json
generated
8
api/openapi-spec/swagger.json
generated
@@ -843,6 +843,14 @@
|
||||
"encodingVersion": {
|
||||
"description": "The API server encodes the object to this version when persisting it in the backend (e.g., etcd).",
|
||||
"type": "string"
|
||||
},
|
||||
"servedVersions": {
|
||||
"description": "The API server can serve these versions. DecodableVersions must include all ServedVersions.",
|
||||
"items": {
|
||||
"type": "string"
|
||||
},
|
||||
"type": "array",
|
||||
"x-kubernetes-list-type": "set"
|
||||
}
|
||||
},
|
||||
"type": "object"
|
||||
|
||||
@@ -20,6 +20,15 @@
|
||||
"encodingVersion": {
|
||||
"description": "The API server encodes the object to this version when persisting it in the backend (e.g., etcd).",
|
||||
"type": "string"
|
||||
},
|
||||
"servedVersions": {
|
||||
"description": "The API server can serve these versions. DecodableVersions must include all ServedVersions.",
|
||||
"items": {
|
||||
"default": "",
|
||||
"type": "string"
|
||||
},
|
||||
"type": "array",
|
||||
"x-kubernetes-list-type": "set"
|
||||
}
|
||||
},
|
||||
"type": "object"
|
||||
|
||||
Reference in New Issue
Block a user