Skip to content

Commit 7c3cefc

Browse files
committed
fix lint
Signed-off-by: bitliu <[email protected]>
1 parent 9cf2be3 commit 7c3cefc

3 files changed

+45
-0
lines changed

internal/gatewayapi/testdata/backendtrafficpolicy-with-endpointoverride-loadbalancer-multiple-mixed.out.yaml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,21 @@ xdsIR:
135135
accessLog:
136136
json:
137137
- path: /dev/stdout
138+
globalResources:
139+
proxyServiceCluster:
140+
name: envoy-gateway/gateway-1
141+
settings:
142+
- addressType: IP
143+
endpoints:
144+
- host: 7.6.5.4
145+
port: 8080
146+
zone: zone1
147+
metadata:
148+
name: envoy-envoy-gateway-gateway-1-196ae069
149+
namespace: envoy-gateway-system
150+
sectionName: "8080"
151+
name: envoy-gateway/gateway-1
152+
protocol: TCP
138153
http:
139154
- address: 0.0.0.0
140155
hostnames:

internal/gatewayapi/testdata/backendtrafficpolicy-with-endpointoverride-loadbalancer-single-header.out.yaml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,21 @@ xdsIR:
135135
accessLog:
136136
json:
137137
- path: /dev/stdout
138+
globalResources:
139+
proxyServiceCluster:
140+
name: envoy-gateway/gateway-1
141+
settings:
142+
- addressType: IP
143+
endpoints:
144+
- host: 7.6.5.4
145+
port: 8080
146+
zone: zone1
147+
metadata:
148+
name: envoy-envoy-gateway-gateway-1-196ae069
149+
namespace: envoy-gateway-system
150+
sectionName: "8080"
151+
name: envoy-gateway/gateway-1
152+
protocol: TCP
138153
http:
139154
- address: 0.0.0.0
140155
hostnames:

internal/gatewayapi/testdata/backendtrafficpolicy-with-endpointoverride-loadbalancer.out.yaml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,21 @@ xdsIR:
173173
accessLog:
174174
json:
175175
- path: /dev/stdout
176+
globalResources:
177+
proxyServiceCluster:
178+
name: envoy-gateway/gateway-1
179+
settings:
180+
- addressType: IP
181+
endpoints:
182+
- host: 7.6.5.4
183+
port: 8080
184+
zone: zone1
185+
metadata:
186+
name: envoy-envoy-gateway-gateway-1-196ae069
187+
namespace: envoy-gateway-system
188+
sectionName: "8080"
189+
name: envoy-gateway/gateway-1
190+
protocol: TCP
176191
http:
177192
- address: 0.0.0.0
178193
hostnames:

0 commit comments

Comments
 (0)