Skip to content

Commit efd0246

Browse files
authored
Merge pull request #635 from robscott/deprecate-nosuchgatewayclass
Deprecating NoSuchGatewayClass status reason
2 parents 980552d + f99e99d commit efd0246

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

apis/v1alpha1/gateway_types.go

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -596,11 +596,11 @@ const (
596596
// been recently created and no controller has reconciled it yet.
597597
GatewayReasonNotReconciled GatewayConditionReason = "NotReconciled"
598598

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
604604
GatewayReasonNoSuchGatewayClass GatewayConditionReason = "NoSuchGatewayClass"
605605

606606
// This reason is used with the "Scheduled" condition when the

0 commit comments

Comments
 (0)