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 0d07570 commit 7820de0Copy full SHA for 7820de0
internal/status/gateway.go
@@ -41,7 +41,7 @@ func prepareGatewayStatus(statuses newstate.ListenerStatuses, transitionTime met
41
42
cond := metav1.Condition{
43
Type: string(v1alpha2.ListenerConditionReady),
44
- Status: metav1.ConditionStatus(status),
+ Status: status,
45
// FIXME(pleshakov) Set the observed generation to the last processed generation of the Gateway resource.
46
ObservedGeneration: 123,
47
LastTransitionTime: transitionTime,
0 commit comments