I'm trying to map my K8s Ingress understanding to the new Gateway API stuff.
I can make most things work, but I'm struggling to work out how to map an Ingress object for a distinct hostname with it's own TLS certificate. It appears the only place to set TLS certs for HTTPS termination is now in the Gateway, but I don't want a Gateway per hostname (as I'm letting users bring their own hostnames via CNAME)