File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -596,11 +596,11 @@ const (
596
596
// been recently created and no controller has reconciled it yet.
597
597
GatewayReasonNotReconciled GatewayConditionReason = "NotReconciled"
598
598
599
- // This reason is used with the "Scheduled" condition when the Gateway
600
- // is not scheduled because there is no controller that recognizes
601
- // the GatewayClassName. This reason should only be set by
602
- // a controller that has cluster-wide visibility of all the
603
- // installed GatewayClasses.
599
+ // This reason is used with the "Scheduled" condition when the Gateway is
600
+ // not scheduled because there is no controller that recognizes the
601
+ // GatewayClassName. This reason has been deprecated and will be removed in
602
+ // a future release.
603
+ // +deprecated
604
604
GatewayReasonNoSuchGatewayClass GatewayConditionReason = "NoSuchGatewayClass"
605
605
606
606
// This reason is used with the "Scheduled" condition when the
You can’t perform that action at this time.
0 commit comments