Skip to content

Commit

Permalink
Revert "Merge pull request #1672 from Sajiyah-Salat/main"
Browse files Browse the repository at this point in the history
This reverts commit 81d002b.
  • Loading branch information
shaneutt committed Feb 7, 2023
1 parent ac4d9da commit a3e38ea
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions apis/v1beta1/shared_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,6 @@ const (
// * "NoMatchingListenerHostname"
// * "NoMatchingParent"
// * "UnsupportedValue"
// * "ParentRefNotPermitted"
//
// Possible reasons for this condition to be Unknown are:
//
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit a3e38ea

Please sign in to comment.