We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56f928f commit f73cc0eCopy full SHA for f73cc0e
charts/gateway/tests/gateway_test.yaml
@@ -26,20 +26,19 @@ tests:
26
path: metadata.annotations
27
count: 0
28
- equal:
29
- path: spec.gatewayClassName
30
- value: "gke-l7-rilb"
31
- - equal:
32
- path: spec.listeners
+ path: spec
33
value:
34
- - name: "https-simple.example.com"
35
- hostname: "simple.example.com"
36
- port: 443
37
- protocol: HTTPS
38
- tls:
39
- mode: Terminate
40
- allowedRoutes:
41
- namespaces:
42
- from: All
+ gatewayClassName: "gke-l7-rilb"
+ listeners:
+ - name: "https-simple.example.com"
+ hostname: "simple.example.com"
+ port: 443
+ protocol: HTTPS
+ tls:
+ mode: Terminate
+ allowedRoutes:
+ namespaces:
+ from: All
43
- notFailedTemplate: {}
44
45
- it: should use v1 api version if available
0 commit comments