File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -215,7 +215,6 @@ const (
215215 // * "NoMatchingListenerHostname"
216216 // * "NoMatchingParent"
217217 // * "UnsupportedValue"
218- // * "ParentRefNotPermitted"
219218 //
220219 // Possible reasons for this condition to be Unknown are:
221220 //
@@ -249,11 +248,6 @@ const (
249248 // is not recognized.
250249 RouteReasonUnsupportedValue RouteConditionReason = "UnsupportedValue"
251250
252- // This reason is used with the "Accepted" condition when the route has not
253- // been accepted by a Gateway because it has a cross-namespace parentRef,
254- // but no ReferenceGrant in the other namespace allows such a reference.
255- RouteReasonParentRefNotPermitted RouteConditionReason = "ParentRefNotPermitted"
256-
257251 // This reason is used with the "Accepted" when a controller has not yet
258252 // reconciled the route.
259253 RouteReasonPending RouteConditionReason = "Pending"
You can’t perform that action at this time.
0 commit comments