gateway-api icon indicating copy to clipboard operation
gateway-api copied to clipboard

Gateway docstrings do not specify behavior for when request hostname does not match any listener hostname.

Open briantkennedy opened this issue 6 months ago • 2 comments

What would you like to be added:

The GatewaySpec.Listener docstring does not define behavior for when a request does not match any hostname defined in a Listener.

Why this is needed:

The only place this is defined is in a single conformance test: https://github.com/kubernetes-sigs/gateway-api/blob/232953d038961461aaa5c21ad69a8138683d4e24/conformance/tests/httproute-listener-hostname-matching.go#L92

briantkennedy avatar Aug 09 '24 18:08 briantkennedy