You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: internal/gatewayapi/testdata/gateway-with-two-listeners-with-http-and-tlsroute-same-hostname-and-port.out.yaml
+14-4Lines changed: 14 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -33,8 +33,13 @@ gateways:
33
33
status: "True"
34
34
type: Conflicted
35
35
- lastTransitionTime: null
36
-
message: Listener is invalid, see other Conditions for details.
37
-
reason: Invalid
36
+
message: All listeners for a given port must use a unique hostname
37
+
reason: HostnameConflict
38
+
status: "False"
39
+
type: Accepted
40
+
- lastTransitionTime: null
41
+
message: All listeners for a given port must use a unique hostname
42
+
reason: HostnameConflict
38
43
status: "False"
39
44
type: Programmed
40
45
- lastTransitionTime: null
@@ -56,8 +61,13 @@ gateways:
56
61
status: "True"
57
62
type: Conflicted
58
63
- lastTransitionTime: null
59
-
message: Listener is invalid, see other Conditions for details.
60
-
reason: Invalid
64
+
message: All listeners for a given port must use a unique hostname
65
+
reason: HostnameConflict
66
+
status: "False"
67
+
type: Accepted
68
+
- lastTransitionTime: null
69
+
message: All listeners for a given port must use a unique hostname
0 commit comments