added auto generated stuff

This commit is contained in:
Jedrzej Nowak
2016-08-25 12:15:35 +02:00
parent 1cc36a7c42
commit 13b33e04cc
5 changed files with 7 additions and 7 deletions

View File

@@ -750,7 +750,7 @@
},
"spec": {
"$ref": "v1alpha1.CertificateSigningRequestSpec",
"description": "The certificate request itself and any additonal information."
"description": "The certificate request itself and any additional information."
},
"status": {
"$ref": "v1alpha1.CertificateSigningRequestStatus",

View File

@@ -10455,7 +10455,7 @@
"properties": {
"path": {
"type": "string",
"description": "Path is a extended POSIX regex as defined by IEEE Std 1003.1, (i.e this follows the egrep/unix syntax, not the perl syntax) matched against the path of an incoming request. Currently it can contain characters disallowed from the conventional \"path\" part of a URL as defined by RFC 3986. Paths must begin with a '/'. If unspecified, the path defaults to a catch all sending traffic to the backend."
"description": "Path is an extended POSIX regex as defined by IEEE Std 1003.1, (i.e this follows the egrep/unix syntax, not the perl syntax) matched against the path of an incoming request. Currently it can contain characters disallowed from the conventional \"path\" part of a URL as defined by RFC 3986. Paths must begin with a '/'. If unspecified, the path defaults to a catch all sending traffic to the backend."
},
"backend": {
"$ref": "v1beta1.IngressBackend",