We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 800209d commit a658c8cCopy full SHA for a658c8c
1 file changed
test/e2e/crds/backendtrafficpolicy.go
@@ -49,6 +49,11 @@ spec:
49
- name: http1
50
protocol: HTTP
51
port: 80
52
+ infrastructure:
53
+ parametersRef:
54
+ group: gateway.apisix.io
55
+ kind: GatewayProxy
56
+ name: api7-proxy-config
57
`
58
59
var defaultHTTPRoute = `
@@ -79,7 +84,6 @@ apiVersion: gateway.apisix.io/v1alpha1
79
84
kind: BackendTrafficPolicy
80
85
metadata:
81
86
name: httpbin
82
- namespace: default
83
87
spec:
88
targetRefs:
89
- name: httpbin-service-e2e-test
@@ -94,7 +98,6 @@ apiVersion: gateway.apisix.io/v1alpha1
94
98
95
99
96
100
97
101
102
103
0 commit comments