Skip to content

Commit 5450c57

Browse files
committed
fix gen check
Signed-off-by: Huabing Zhao <zhaohuabing@gmail.com>
1 parent 38d7542 commit 5450c57

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

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

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24515,10 +24515,8 @@ spec:
2451524515
2. If there is exactly one HTTPRoute with a non-wildcard hostname under
2451624516
the targeted listener, use that hostname.
2451724517

24518-
Note: If this field is set to true but neither the listener nor the route
24519-
has a non-wildcard hostname, or if the listener lacks a non-wildcard hostname
24520-
and multiple routes define different hostnames, the associated
24521-
ClientTrafficPolicy will be considered invalid.
24518+
Note: Setting this field to true without a non-wildcard hostname makes the
24519+
ClientTrafficPolicy invalid.
2452224520
type: boolean
2452324521
type: object
2452424522
preserveHeaderCase:

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

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3859,10 +3859,8 @@ spec:
38593859
2. If there is exactly one HTTPRoute with a non-wildcard hostname under
38603860
the targeted listener, use that hostname.
38613861

3862-
Note: If this field is set to true but neither the listener nor the route
3863-
has a non-wildcard hostname, or if the listener lacks a non-wildcard hostname
3864-
and multiple routes define different hostnames, the associated
3865-
ClientTrafficPolicy will be considered invalid.
3862+
Note: Setting this field to true without a non-wildcard hostname makes the
3863+
ClientTrafficPolicy invalid.
38663864
type: boolean
38673865
type: object
38683866
preserveHeaderCase:

0 commit comments

Comments
 (0)