@@ -178,13 +178,12 @@ spec:
178
178
properties :
179
179
code :
180
180
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.'
183
182
type : integer
184
183
url :
185
184
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
188
187
in curly braces. For example: ${host}${request_uri}.'
189
188
type : string
190
189
type : object
@@ -244,13 +243,13 @@ spec:
244
243
properties :
245
244
code :
246
245
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
248
247
301.'
249
248
type : integer
250
249
url :
251
250
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
254
253
in curly braces. For example: ${host}${request_uri}.'
255
254
type : string
256
255
type : object
@@ -400,13 +399,13 @@ spec:
400
399
properties :
401
400
code :
402
401
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
404
403
default is 301.'
405
404
type : integer
406
405
url :
407
406
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
410
409
in curly braces. For example: ${host}${request_uri}.'
411
410
type : string
412
411
type : object
@@ -585,14 +584,14 @@ spec:
585
584
properties :
586
585
code :
587
586
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.'
590
589
type : integer
591
590
url :
592
591
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
596
595
curly braces. For example: ${host}${request_uri}.'
597
596
type : string
598
597
type : object
@@ -783,13 +782,13 @@ spec:
783
782
properties :
784
783
code :
785
784
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
787
786
default is 301.'
788
787
type : integer
789
788
url :
790
789
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
793
792
in curly braces. For example: ${host}${request_uri}.'
794
793
type : string
795
794
type : object
0 commit comments