MCPcopy Index your code
hub / github.com/cortexlabs/cortex / APILoadBalancerURL

Function APILoadBalancerURL

pkg/operator/operator/k8s.go:29–31  ·  view source on GitHub ↗

APILoadBalancerURL returns the http endpoint of the ingress load balancer for deployed APIs

()

Source from the content-addressed store, hash-verified

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

Callers 2

APIEndpointFunction · 0.85
APIEndpointFromResourceFunction · 0.85

Calls 1

getLoadBalancerURLFunction · 0.85

Tested by

no test coverage detected