From 13b33e04cc6112a9685f36d76e59087791595b02 Mon Sep 17 00:00:00 2001 From: Jedrzej Nowak Date: Thu, 25 Aug 2016 12:15:35 +0200 Subject: [PATCH] added auto generated stuff --- api/swagger-spec/certificates_v1alpha1.json | 2 +- api/swagger-spec/extensions_v1beta1.json | 2 +- docs/api-reference/certificates/v1alpha1/definitions.html | 4 ++-- docs/api-reference/extensions/v1beta1/definitions.html | 4 ++-- pkg/apis/extensions/v1beta1/types_swagger_doc_generated.go | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/api/swagger-spec/certificates_v1alpha1.json b/api/swagger-spec/certificates_v1alpha1.json index 5a95d7fd459..14c8e8ff73c 100644 --- a/api/swagger-spec/certificates_v1alpha1.json +++ b/api/swagger-spec/certificates_v1alpha1.json @@ -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", diff --git a/api/swagger-spec/extensions_v1beta1.json b/api/swagger-spec/extensions_v1beta1.json index 7cd25a016e9..e6b28408e2d 100644 --- a/api/swagger-spec/extensions_v1beta1.json +++ b/api/swagger-spec/extensions_v1beta1.json @@ -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", diff --git a/docs/api-reference/certificates/v1alpha1/definitions.html b/docs/api-reference/certificates/v1alpha1/definitions.html index eae5c8c1801..e28aedef38d 100755 --- a/docs/api-reference/certificates/v1alpha1/definitions.html +++ b/docs/api-reference/certificates/v1alpha1/definitions.html @@ -834,7 +834,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }

spec

-

The certificate request itself and any additonal information.

+

The certificate request itself and any additional information.

false

v1alpha1.CertificateSigningRequestSpec

@@ -1311,7 +1311,7 @@ Examples:
diff --git a/docs/api-reference/extensions/v1beta1/definitions.html b/docs/api-reference/extensions/v1beta1/definitions.html index 1a630b20c27..7554caab3f2 100755 --- a/docs/api-reference/extensions/v1beta1/definitions.html +++ b/docs/api-reference/extensions/v1beta1/definitions.html @@ -6534,7 +6534,7 @@ Both these may change in the future. Incoming requests are matched against the h

path

-

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.

+

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.

false

string

@@ -6682,7 +6682,7 @@ Both these may change in the future. Incoming requests are matched against the h diff --git a/pkg/apis/extensions/v1beta1/types_swagger_doc_generated.go b/pkg/apis/extensions/v1beta1/types_swagger_doc_generated.go index c4483a52a41..f3918db6218 100644 --- a/pkg/apis/extensions/v1beta1/types_swagger_doc_generated.go +++ b/pkg/apis/extensions/v1beta1/types_swagger_doc_generated.go @@ -207,7 +207,7 @@ func (HTTPIngressPath) SwaggerDoc() map[string]string { } var map_HTTPIngressRuleValue = map[string]string{ - "": "HTTPIngressRuleValue is a list of http selectors pointing to backends. In the example: http:///? -> backend where parts of the url correspond to RFC 3986, this resource will be used to match against everything after the last '/' and before the first '?' or '#'.", + "": "HTTPIngressRuleValue is a list of http selectors pointing to backends. In the example: http:///? -> backend where where parts of the url correspond to RFC 3986, this resource will be used to match against everything after the last '/' and before the first '?' or '#'.", "paths": "A collection of paths that map requests to backends.", }