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 2324c2c commit b9d5351Copy full SHA for b9d5351
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