From a3e38ea9565e16d15845d1301552277a8f5a5e5f Mon Sep 17 00:00:00 2001 From: Shane Utt Date: Tue, 7 Feb 2023 13:40:58 -0500 Subject: [PATCH] Revert "Merge pull request #1672 from Sajiyah-Salat/main" This reverts commit 81d002b9aa3edc89a65718c49a1b728a4621891b. --- apis/v1beta1/shared_types.go | 6 ------ 1 file changed, 6 deletions(-) diff --git a/apis/v1beta1/shared_types.go b/apis/v1beta1/shared_types.go index f973e4b329..2cd09f0832 100644 --- a/apis/v1beta1/shared_types.go +++ b/apis/v1beta1/shared_types.go @@ -215,7 +215,6 @@ const ( // * "NoMatchingListenerHostname" // * "NoMatchingParent" // * "UnsupportedValue" - // * "ParentRefNotPermitted" // // Possible reasons for this condition to be Unknown are: // @@ -249,11 +248,6 @@ const ( // is not recognized. RouteReasonUnsupportedValue RouteConditionReason = "UnsupportedValue" - // This reason is used with the "Accepted" condition when the route has not - // been accepted by a Gateway because it has a cross-namespace parentRef, - // but no ReferenceGrant in the other namespace allows such a reference. - RouteReasonParentRefNotPermitted RouteConditionReason = "ParentRefNotPermitted" - // This reason is used with the "Accepted" when a controller has not yet // reconciled the route. RouteReasonPending RouteConditionReason = "Pending"