File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed
cluster/manifests/fabric-gateway Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change
1
+ ---
1
2
apiVersion : apiextensions.k8s.io/v1
2
3
kind : CustomResourceDefinition
3
4
metadata :
@@ -227,7 +228,8 @@ spec:
227
228
description : |-
228
229
User specific value to apply to the route. If the particular user makes more requests that
229
230
value within the defined period, then this user will start getting HTTP 429 responses.
230
- minimum : 1
231
+ Setting `rate` to 0 will cause all requests matching the rate limit configuration to be denied.
232
+ minimum : 0
231
233
type : integer
232
234
required :
233
235
- headers
@@ -381,7 +383,8 @@ spec:
381
383
description : |-
382
384
User specific value to apply to the route. If the particular user makes more requests that
383
385
value within the defined period, then this user will start getting HTTP 429 responses.
384
- minimum : 1
386
+ Setting `rate` to 0 will cause all requests matching the rate limit configuration to be denied.
387
+ minimum : 0
385
388
type : integer
386
389
required :
387
390
- headers
@@ -641,8 +644,8 @@ spec:
641
644
- spec
642
645
type : object
643
646
x-kubernetes-validations :
644
- - message : metadata.name may not be longer than 63, see https://fabric.docs.zalando.net/fabric-gateway-troubleshooting/#gateway-troubleshooting
645
- rule : size(self.metadata.name) < 64
647
+ - message : metadata.name may not be longer than 63, see https://fabric.docs.zalando.net/fabric-gateway-troubleshooting/#gateway-troubleshooting
648
+ rule : size(self.metadata.name) < 64
646
649
served : true
647
650
storage : true
648
651
subresources :
You can’t perform that action at this time.
0 commit comments