Ingress resource having backend kubernetes services in multiple namespace

Hi,
about a similar topic on legacy Google group I have two applications deployed in different namespace in Google Kontainer engine(GKE). I want to use a single ingress resource (Google Load Balancer) to point to both the application using path based routing. In Oct’ 17 it wasn’t possible, something has changed since 2017?

Thanks

Ref: https://groups.google.com/forum/#!topic/kubernetes-users/FJxSIJHxagc

The GCE ingress implementation does not currently support that. There
are some limitations (e.g. # of host-path maps) which make it a bit
hard to implement ideally. If we wanted to support that mode, we
would need a way to figure out which “gateway” you want a given
Ingress spec to attach to, which Ingress the API is missing today.