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 222f034 commit 1e713abCopy full SHA for 1e713ab
internal/controller/state/conditions/conditions.go
@@ -433,7 +433,7 @@ func NewRouteBackendRefUnsupportedProtocol(msg string) Condition {
433
return Condition{
434
Type: string(v1.RouteConditionResolvedRefs),
435
Status: metav1.ConditionFalse,
436
- Reason: string(RouteReasonBackendRefUnsupportedValue),
+ Reason: string(RouteReasonBackendRefUnsupportedProtocol),
437
Message: msg,
438
}
439
0 commit comments