APILoadBalancerURL returns the http endpoint of the ingress load balancer for deployed APIs
()
| 27 | |
| 28 | // APILoadBalancerURL returns the http endpoint of the ingress load balancer for deployed APIs |
| 29 | func APILoadBalancerURL() (string, error) { |
| 30 | return getLoadBalancerURL("ingressgateway-apis") |
| 31 | } |
| 32 | |
| 33 | // LoadBalancerURL returns the http endpoint of the ingress load balancer for the operator |
| 34 | func LoadBalancerURL() (string, error) { |
no test coverage detected