Skip to content

Commit

Permalink
docs: NoMatchingParent
Browse files Browse the repository at this point in the history
In the GO documentation, NoMatchingParent has been added to the possible reasons for which
the route Accepted condition can be false.

Signed-off-by: Mattia Lavacca <[email protected]>
  • Loading branch information
mlavacca committed Jan 23, 2023
1 parent 7d408be commit 450a232
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apis/v1beta1/shared_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,7 @@ const (
//
// * "NotAllowedByListeners"
// * "NoMatchingListenerHostname"
// * "NoMatchingParent"
// * "UnsupportedValue"
//
// Possible reasons for this condition to be Unknown are:
Expand Down

0 comments on commit 450a232

Please sign in to comment.