nginxinc / nginx-gateway-fabric

NGINX Gateway Fabric provides an implementation for the Gateway API using NGINX as the data plane.
Apache License 2.0
502 stars 97 forks source link

Core API: NoMatchingParent RouteReason #481

Closed kate-osborn closed 1 year ago

kate-osborn commented 1 year ago

An HTTPRoute with a ParentRef that specifies a Port and/or SectionName that does not match any Listeners in the Gateway, should have Accepted/False/NoMatchingParent(Type/Status/Reason) Condition in its RouteParentStatus.

Acceptance Criteria:

Aha! Link: https://nginx.aha.io/features/NKG-65

kate-osborn commented 1 year ago

duplicate of #306