File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -334,9 +334,10 @@ const (
334
334
RouteReasonNoMatchingListenerHostname RouteConditionReason = "NoMatchingListenerHostname"
335
335
336
336
// 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.
340
341
RouteReasonNoMatchingParent RouteConditionReason = "NoMatchingParent"
341
342
342
343
// This reason is used with the "Accepted" condition when a value for an Enum
You can’t perform that action at this time.
0 commit comments