Gateway API: set route status correctly when routes attach to specific listeners #4600
Labels
area/gateway-api
Issues or PRs related to the Gateway (Gateway API working group) API.
kind/bug
Categorizes issue or PR as related to a bug.
Right now, Contour assumes that a route's parent is a Gateway, and status is set as such. However, it's possible for routes to specify that they attach to specific listeners within a Gateway, and the status should reflect attachment to that specific listener.
kubernetes-sigs/gateway-api#1237 implemented a verification of this in the upstream conformance tests and we are now failing that test.
The text was updated successfully, but these errors were encountered: