Skip to content

Commit

Permalink
updating tls route expect
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Volchok <[email protected]>
  • Loading branch information
alexwo committed Oct 1, 2024
1 parent 0a75408 commit 4a4750f
Showing 1 changed file with 4 additions and 11 deletions.
15 changes: 4 additions & 11 deletions internal/gatewayapi/testdata/tlsroute-with-backend.out.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,10 @@ tlsRoutes:
parents:
- conditions:
- lastTransitionTime: null
message: Route is accepted
reason: Accepted
status: "True"
message: 'backend reference validation failed: backend is not supported for
route kind: TLSRoute'
reason: Failed to process the settings associated with the TLS route.
status: "False"
type: Accepted
- lastTransitionTime: null
message: Resource default/backend-ip of type Backend is not supported for
Expand All @@ -118,11 +119,3 @@ xdsIR:
- address: 0.0.0.0
name: envoy-gateway/gateway-1/tls
port: 10090
routes:
- destination:
name: tlsroute/default/tlsroute-1/rule/-1
name: tlsroute/default/tlsroute-1
tls:
inspector:
snis:
- foo.com

0 comments on commit 4a4750f

Please sign in to comment.