We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97f9065 commit 26080e9Copy full SHA for 26080e9
conformance/tests/gateway-with-attached-routes.go
@@ -45,7 +45,7 @@ var GatewayWithAttachedRoutes = suite.ConformanceTest{
45
Kind: v1beta1.Kind("HTTPRoute"),
46
}},
47
Conditions: []metav1.Condition{{
48
- Type: string(v1beta1.RouteConditionAccepted),
+ Type: string(v1beta1.ListenerConditionAccepted),
49
Status: metav1.ConditionTrue,
50
Reason: "", //any reason
51
@@ -64,7 +64,7 @@ var GatewayWithAttachedRoutes = suite.ConformanceTest{
64
65
66
67
68
69
70
0 commit comments