Skip to content

Commit 5576d33

Browse files
wucm667zirain
authored andcommitted
test: regenerate helm test fixtures for RateLimitSelectCondition headers MaxItems change
These generated test fixtures reflect the API change from the previous commit that increased RateLimitSelectCondition.headers MaxItems from 16 to 64. Run `make generate` to reproduce. Signed-off-by: wucm667 <stevenwucongmin@gmail.com>
1 parent 1599195 commit 5576d33

3 files changed

Lines changed: 24 additions & 6 deletions

File tree

test/helm/gateway-crds-helm/all.out.yaml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23995,6 +23995,9 @@ spec:
2399523995
description: |-
2399623996
Headers is a list of request headers to match. Multiple header values are ANDed together,
2399723997
meaning, a request MUST match all the specified headers.
23998+
23999+
Increase the maxItems from 16 to 64, aligning with HTTPHeaderFilter.
24000+
Revert this change once the upstream Gateway API supports items more than 64.
2399824001
items:
2399924002
description: HeaderMatch defines the match attributes
2400024003
within the HTTP Headers of the request.
@@ -24033,7 +24036,7 @@ spec:
2403324036
required:
2403424037
- name
2403524038
type: object
24036-
maxItems: 16
24039+
maxItems: 64
2403724040
type: array
2403824041
methods:
2403924042
description: |-
@@ -24379,6 +24382,9 @@ spec:
2437924382
description: |-
2438024383
Headers is a list of request headers to match. Multiple header values are ANDed together,
2438124384
meaning, a request MUST match all the specified headers.
24385+
24386+
Increase the maxItems from 16 to 64, aligning with HTTPHeaderFilter.
24387+
Revert this change once the upstream Gateway API supports items more than 64.
2438224388
items:
2438324389
description: HeaderMatch defines the match attributes
2438424390
within the HTTP Headers of the request.
@@ -24417,7 +24423,7 @@ spec:
2441724423
required:
2441824424
- name
2441924425
type: object
24420-
maxItems: 16
24426+
maxItems: 64
2442124427
type: array
2442224428
methods:
2442324429
description: |-

test/helm/gateway-crds-helm/e2e.out.yaml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1968,6 +1968,9 @@ spec:
19681968
description: |-
19691969
Headers is a list of request headers to match. Multiple header values are ANDed together,
19701970
meaning, a request MUST match all the specified headers.
1971+
1972+
Increase the maxItems from 16 to 64, aligning with HTTPHeaderFilter.
1973+
Revert this change once the upstream Gateway API supports items more than 64.
19711974
items:
19721975
description: HeaderMatch defines the match attributes
19731976
within the HTTP Headers of the request.
@@ -2006,7 +2009,7 @@ spec:
20062009
required:
20072010
- name
20082011
type: object
2009-
maxItems: 16
2012+
maxItems: 64
20102013
type: array
20112014
methods:
20122015
description: |-
@@ -2352,6 +2355,9 @@ spec:
23522355
description: |-
23532356
Headers is a list of request headers to match. Multiple header values are ANDed together,
23542357
meaning, a request MUST match all the specified headers.
2358+
2359+
Increase the maxItems from 16 to 64, aligning with HTTPHeaderFilter.
2360+
Revert this change once the upstream Gateway API supports items more than 64.
23552361
items:
23562362
description: HeaderMatch defines the match attributes
23572363
within the HTTP Headers of the request.
@@ -2390,7 +2396,7 @@ spec:
23902396
required:
23912397
- name
23922398
type: object
2393-
maxItems: 16
2399+
maxItems: 64
23942400
type: array
23952401
methods:
23962402
description: |-

test/helm/gateway-crds-helm/envoy-gateway-crds.out.yaml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1968,6 +1968,9 @@ spec:
19681968
description: |-
19691969
Headers is a list of request headers to match. Multiple header values are ANDed together,
19701970
meaning, a request MUST match all the specified headers.
1971+
1972+
Increase the maxItems from 16 to 64, aligning with HTTPHeaderFilter.
1973+
Revert this change once the upstream Gateway API supports items more than 64.
19711974
items:
19721975
description: HeaderMatch defines the match attributes
19731976
within the HTTP Headers of the request.
@@ -2006,7 +2009,7 @@ spec:
20062009
required:
20072010
- name
20082011
type: object
2009-
maxItems: 16
2012+
maxItems: 64
20102013
type: array
20112014
methods:
20122015
description: |-
@@ -2352,6 +2355,9 @@ spec:
23522355
description: |-
23532356
Headers is a list of request headers to match. Multiple header values are ANDed together,
23542357
meaning, a request MUST match all the specified headers.
2358+
2359+
Increase the maxItems from 16 to 64, aligning with HTTPHeaderFilter.
2360+
Revert this change once the upstream Gateway API supports items more than 64.
23552361
items:
23562362
description: HeaderMatch defines the match attributes
23572363
within the HTTP Headers of the request.
@@ -2390,7 +2396,7 @@ spec:
23902396
required:
23912397
- name
23922398
type: object
2393-
maxItems: 16
2399+
maxItems: 64
23942400
type: array
23952401
methods:
23962402
description: |-

0 commit comments

Comments
 (0)