Skip to content

Commit 6b8c237

Browse files
committed
docs: RouteReasonNoMatchingParent docs improved
Signed-off-by: Mattia Lavacca <[email protected]>
1 parent a919f8b commit 6b8c237

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

apis/v1/shared_types.go

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -334,9 +334,10 @@ const (
334334
RouteReasonNoMatchingListenerHostname RouteConditionReason = "NoMatchingListenerHostname"
335335

336336
// This reason is used with the "Accepted" condition when there are
337-
// no matching Parents. In the case of Gateways, this can occur when
338-
// a Route ParentRef specifies a Port and/or SectionName that does not
339-
// match any Listeners in the Gateway.
337+
// no matching Parents. In the case of Gateways, this can occur when:
338+
// * no referenced parent exists
339+
// * a route ParentRef specifies a Port and/or SectionName that does not
340+
// match any Listeners in the Gateway.
340341
RouteReasonNoMatchingParent RouteConditionReason = "NoMatchingParent"
341342

342343
// This reason is used with the "Accepted" condition when a value for an Enum

0 commit comments

Comments
 (0)