Merge pull request #91537 from bjrara/kube-aggregator-openapi

Add openapi generation for the kube-aggregator
This commit is contained in:
Kubernetes Prow Robot
2020-06-08 21:43:18 -07:00
committed by GitHub
14 changed files with 2991 additions and 8 deletions

View File

@@ -17900,7 +17900,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",
@@ -17944,6 +17945,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"
}
@@ -18070,7 +18075,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",
@@ -18114,6 +18120,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"
}