Add openapi generation for the kube-aggregator

This commit is contained in:
bjrara
2020-05-30 17:33:48 +08:00
parent 5dbe3e308a
commit 5e0bd8a44c
14 changed files with 2991 additions and 8 deletions

View File

@@ -17710,7 +17710,8 @@
"caBundle": {
"description": "CABundle is a PEM encoded CA bundle which will be used to validate an API server's serving certificate. If unspecified, system trust roots on the apiserver are used.",
"format": "byte",
"type": "string"
"type": "string",
"x-kubernetes-list-type": "atomic"
},
"group": {
"description": "Group is the API group name this server hosts",
@@ -17754,6 +17755,10 @@
"$ref": "#/definitions/io.k8s.kube-aggregator.pkg.apis.apiregistration.v1.APIServiceCondition"
},
"type": "array",
"x-kubernetes-list-map-keys": [
"type"
],
"x-kubernetes-list-type": "map",
"x-kubernetes-patch-merge-key": "type",
"x-kubernetes-patch-strategy": "merge"
}
@@ -17880,7 +17885,8 @@
"caBundle": {
"description": "CABundle is a PEM encoded CA bundle which will be used to validate an API server's serving certificate. If unspecified, system trust roots on the apiserver are used.",
"format": "byte",
"type": "string"
"type": "string",
"x-kubernetes-list-type": "atomic"
},
"group": {
"description": "Group is the API group name this server hosts",
@@ -17924,6 +17930,10 @@
"$ref": "#/definitions/io.k8s.kube-aggregator.pkg.apis.apiregistration.v1beta1.APIServiceCondition"
},
"type": "array",
"x-kubernetes-list-map-keys": [
"type"
],
"x-kubernetes-list-type": "map",
"x-kubernetes-patch-merge-key": "type",
"x-kubernetes-patch-strategy": "merge"
}