Skip to content

Commit d66478e

Browse files
committed
add missing yaml for decoder test
Signed-off-by: daum3ns <[email protected]>
1 parent 21cc5f8 commit d66478e

File tree

1 file changed

+39
-0
lines changed

1 file changed

+39
-0
lines changed
Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
apiVersion: gateway.envoyproxy.io/v1alpha1
2+
kind: EnvoyGateway
3+
gateway:
4+
controllerName: gateway.envoyproxy.io/gatewayclass-controller
5+
logging:
6+
level:
7+
default: info
8+
provider:
9+
type: Custom
10+
custom:
11+
resource:
12+
type: File
13+
file:
14+
paths: ["/tmp/envoy-gateway-test"]
15+
infrastructure:
16+
type: Host
17+
host: {}
18+
extensionApis:
19+
enableBackend: true
20+
extensionManager:
21+
policyResources:
22+
- group: gateway.example.io
23+
version: v1alpha1
24+
kind: ExampleExtPolicy
25+
hooks:
26+
xdsTranslator:
27+
post:
28+
- HTTPListener
29+
- Route
30+
- VirtualHost
31+
- Cluster
32+
- Translation
33+
service:
34+
fqdn:
35+
hostname: 127.0.0.1
36+
port: 5005
37+
runtimeFlags:
38+
enabled:
39+
- XDSNameSchemeV2

0 commit comments

Comments
 (0)