@@ -178,13 +178,12 @@ spec:
178178 properties :
179179 code :
180180 description : ' The status code of a redirect. The allowed
181- values are: 301 , 302 , 307 , 308. The default is
182- 301.'
181+ values are: 301, 302, 307 or 308. The default is 301.'
183182 type : integer
184183 url :
185184 description : ' The URL to redirect the request to. Supported
186- NGINX variables: $scheme , $http_x_forwarded_proto
187- , $request_uri , $host. Variables must be enclosed
185+ NGINX variables: $scheme, $http_x_forwarded_proto,
186+ $request_uri or $host. Variables must be enclosed
188187 in curly braces. For example: ${host}${request_uri}.'
189188 type : string
190189 type : object
@@ -244,13 +243,13 @@ spec:
244243 properties :
245244 code :
246245 description : ' The status code of a redirect. The allowed
247- values are: 301 , 302 , 307 , 308. The default is
246+ values are: 301, 302, 307 or 308. The default is
248247 301.'
249248 type : integer
250249 url :
251250 description : ' The URL to redirect the request to.
252- Supported NGINX variables: $scheme , $http_x_forwarded_proto
253- , $request_uri , $host. Variables must be enclosed
251+ Supported NGINX variables: $scheme, $http_x_forwarded_proto,
252+ $request_uri or $host. Variables must be enclosed
254253 in curly braces. For example: ${host}${request_uri}.'
255254 type : string
256255 type : object
@@ -400,13 +399,13 @@ spec:
400399 properties :
401400 code :
402401 description : ' The status code of a redirect. The
403- allowed values are: 301 , 302 , 307 , 308. The
402+ allowed values are: 301, 302, 307 or 308. The
404403 default is 301.'
405404 type : integer
406405 url :
407406 description : ' The URL to redirect the request
408- to. Supported NGINX variables: $scheme , $http_x_forwarded_proto
409- , $request_uri , $host. Variables must be enclosed
407+ to. Supported NGINX variables: $scheme, $http_x_forwarded_proto,
408+ $request_uri or $host. Variables must be enclosed
410409 in curly braces. For example: ${host}${request_uri}.'
411410 type : string
412411 type : object
@@ -585,14 +584,14 @@ spec:
585584 properties :
586585 code :
587586 description : ' The status code of a redirect.
588- The allowed values are: 301 , 302 , 307
589- , 308. The default is 301.'
587+ The allowed values are: 301, 302, 307
588+ or 308. The default is 301.'
590589 type : integer
591590 url :
592591 description : ' The URL to redirect the request
593- to. Supported NGINX variables: $scheme
594- , $http_x_forwarded_proto , $request_uri
595- , $host. Variables must be enclosed in
592+ to. Supported NGINX variables: $scheme,
593+ $http_x_forwarded_proto, $request_uri
594+ or $host. Variables must be enclosed in
596595 curly braces. For example: ${host}${request_uri}.'
597596 type : string
598597 type : object
@@ -783,13 +782,13 @@ spec:
783782 properties :
784783 code :
785784 description : ' The status code of a redirect. The
786- allowed values are: 301 , 302 , 307 , 308. The
785+ allowed values are: 301, 302, 307 or 308. The
787786 default is 301.'
788787 type : integer
789788 url :
790789 description : ' The URL to redirect the request
791- to. Supported NGINX variables: $scheme , $http_x_forwarded_proto
792- , $request_uri , $host. Variables must be enclosed
790+ to. Supported NGINX variables: $scheme, $http_x_forwarded_proto,
791+ $request_uri or $host. Variables must be enclosed
793792 in curly braces. For example: ${host}${request_uri}.'
794793 type : string
795794 type : object
0 commit comments