apisix-ingress-controller
apisix-ingress-controller copied to clipboard
feat: As a user, I want to discover the external ip on the ApisixRoute, so that i can expose it trough automated dns
Description
As a user, I want to discover the external ip on the ApisixRoute CRD, so that i can expose it trough automated dns.
This would enable me to integrate external-dns against the custom CRD without requering access to the api and multiple round trips to the kubernetes api.
This would also align the route crd to gateway routes and ingress spec.