@@ -14,7 +14,7 @@ backendTLSPolicies:
1414 caCertificateRefs :
1515 - group : " "
1616 kind : ConfigMap
17- name : istio- ca-root-cert
17+ name : ca-cmap
1818 hostname : example.com
1919 subjectAltNames :
2020 - type : URI
@@ -28,9 +28,9 @@ backendTLSPolicies:
2828 namespace : envoy-gateway
2929 conditions :
3030 - lastTransitionTime : null
31- message : Configmap istio-ca-root-cert not found in namespace default .
32- reason : Invalid
33- status : " False "
31+ message : Policy has been accepted .
32+ reason : Accepted
33+ status : " True "
3434 type : Accepted
3535 controllerName : gateway.envoyproxy.io/gatewayclass-controller
3636backends :
@@ -57,6 +57,24 @@ backends:
5757 reason : Accepted
5858 status : " True"
5959 type : Accepted
60+ - apiVersion : gateway.envoyproxy.io/v1alpha1
61+ kind : Backend
62+ metadata :
63+ creationTimestamp : null
64+ name : backend-2
65+ namespace : default
66+ spec :
67+ endpoints :
68+ - ip :
69+ address : 2.2.2.2
70+ port : 3001
71+ status :
72+ conditions :
73+ - lastTransitionTime : null
74+ message : The Backend was accepted
75+ reason : Accepted
76+ status : " True"
77+ type : Accepted
6078gateways :
6179- apiVersion : gateway.networking.k8s.io/v1
6280 kind : Gateway
@@ -75,7 +93,7 @@ gateways:
7593 protocol : HTTP
7694 status :
7795 listeners :
78- - attachedRoutes : 1
96+ - attachedRoutes : 2
7997 conditions :
8098 - lastTransitionTime : null
8199 message : Sending translated listener configuration to the data plane
@@ -126,15 +144,51 @@ httpRoutes:
126144 status : " True"
127145 type : Accepted
128146 - lastTransitionTime : null
129- message : ' Failed to process route rule 0 backendRef 0: configmap istio-ca-root-cert
130- not found in namespace default.'
147+ message : ' Failed to process route rule 0 backendRef 0: failed to locate TLS
148+ secret for client auth: envoy-gateway-system/client-auth specified in EnvoyProxy
149+ envoy-gateway-system/test.'
131150 reason : InvalidBackendTLS
132151 status : " False"
133152 type : ResolvedRefs
134153 controllerName : gateway.envoyproxy.io/gatewayclass-controller
135154 parentRef :
136155 name : gateway-1
137156 namespace : envoy-gateway
157+ - apiVersion : gateway.networking.k8s.io/v1
158+ kind : HTTPRoute
159+ metadata :
160+ creationTimestamp : null
161+ name : httproute-2
162+ namespace : default
163+ spec :
164+ parentRefs :
165+ - name : gateway-1
166+ namespace : envoy-gateway
167+ rules :
168+ - backendRefs :
169+ - group : gateway.envoyproxy.io
170+ kind : Backend
171+ name : backend-2
172+ matches :
173+ - path :
174+ value : /
175+ status :
176+ parents :
177+ - conditions :
178+ - lastTransitionTime : null
179+ message : Route is accepted
180+ reason : Accepted
181+ status : " True"
182+ type : Accepted
183+ - lastTransitionTime : null
184+ message : Resolved all the Object references for the Route
185+ reason : ResolvedRefs
186+ status : " True"
187+ type : ResolvedRefs
188+ controllerName : gateway.envoyproxy.io/gatewayclass-controller
189+ parentRef :
190+ name : gateway-1
191+ namespace : envoy-gateway
138192infraIR :
139193 envoy-gateway/gateway-1 :
140194 proxy :
@@ -235,6 +289,35 @@ xdsIR:
235289 distinct : false
236290 name : " "
237291 prefix : /
292+ - destination :
293+ metadata :
294+ kind : HTTPRoute
295+ name : httproute-2
296+ namespace : default
297+ name : httproute/default/httproute-2/rule/0
298+ settings :
299+ - addressType : IP
300+ endpoints :
301+ - host : 2.2.2.2
302+ port : 3001
303+ metadata :
304+ kind : Backend
305+ name : backend-2
306+ namespace : default
307+ name : httproute/default/httproute-2/rule/0/backend/0
308+ protocol : HTTP
309+ weight : 1
310+ hostname : ' *'
311+ isHTTP2 : false
312+ metadata :
313+ kind : HTTPRoute
314+ name : httproute-2
315+ namespace : default
316+ name : httproute/default/httproute-2/rule/0/match/0/*
317+ pathMatch :
318+ distinct : false
319+ name : " "
320+ prefix : /
238321 readyListener :
239322 address : 0.0.0.0
240323 ipFamily : IPv4
0 commit comments