Skip to content

Commit a3e38ea

Browse files
committed
Revert "Merge pull request #1672 from Sajiyah-Salat/main"
This reverts commit 81d002b.
1 parent ac4d9da commit a3e38ea

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

apis/v1beta1/shared_types.go

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)