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 5492b06 commit 2ffbbb0Copy full SHA for 2ffbbb0
internal/controller/utils.go
@@ -266,7 +266,7 @@ func SetRouteConditionResolvedRefs(routeParentStatus *gatewayv1.RouteParentStatu
266
267
condition := metav1.Condition{
268
Type: string(gatewayv1.RouteConditionResolvedRefs),
269
- Status: ConditionStatus(status == metav1.ConditionTrue),
+ Status: status,
270
Reason: reason,
271
ObservedGeneration: generation,
272
Message: message,
0 commit comments