Generated files

This commit is contained in:
Jordan Liggitt
2018-10-23 17:47:37 +00:00
parent d00906f44e
commit 921c60d30f
11 changed files with 21 additions and 31 deletions

View File

@@ -1860,10 +1860,6 @@
"v1beta1.WebhookClientConfig": {
"id": "v1beta1.WebhookClientConfig",
"description": "WebhookClientConfig contains the information to make a TLS connection with the webhook",
"required": [
"service",
"caBundle"
],
"properties": {
"url": {
"type": "string",
@@ -1875,7 +1871,7 @@
},
"caBundle": {
"type": "string",
"description": "`caBundle` is a PEM encoded CA bundle which will be used to validate the webhook's server certificate. Required."
"description": "`caBundle` is a PEM encoded CA bundle which will be used to validate the webhook's server certificate. If unspecified, system trust roots on the apiserver are used."
}
}
},

View File

@@ -1155,10 +1155,6 @@
"v1alpha1.WebhookClientConfig": {
"id": "v1alpha1.WebhookClientConfig",
"description": "WebhookClientConfig contains the information to make a connection with the webhook",
"required": [
"service",
"caBundle"
],
"properties": {
"url": {
"type": "string",
@@ -1170,7 +1166,7 @@
},
"caBundle": {
"type": "string",
"description": "`caBundle` is a PEM encoded CA bundle which will be used to validate the webhook's server certificate. defaults to the apiservers CA bundle for the endpoint type"
"description": "`caBundle` is a PEM encoded CA bundle which will be used to validate the webhook's server certificate. If unspecified, system trust roots on the apiserver are used."
}
}
},