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 d26fcb7 commit ff89684Copy full SHA for ff89684
internal/state/conditions/httproute.go
@@ -8,7 +8,7 @@ import (
8
)
9
10
// RouteReasonInvalidListener is used with the "Accepted" condition when the route references an invalid listener.
11
-var RouteReasonInvalidListener v1beta1.RouteConditionReason = "InvalidListener"
+const RouteReasonInvalidListener v1beta1.RouteConditionReason = "InvalidListener"
12
13
// RouteCondition defines a condition to be reported in the status of an HTTPRoute.
14
type RouteCondition struct {
0 commit comments