kubernetes-sigs / gateway-api

Repository for the next iteration of composite service (e.g. Ingress) and load balancing APIs.
https://gateway-api.sigs.k8s.io
Apache License 2.0
1.75k stars 454 forks source link

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

Open briantkennedy opened 1 month ago

briantkennedy commented 1 month ago

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

Shridhar2104 commented 1 month ago

can I work on this issue ?