Documentation
¶
Index ¶
Constants ¶
View Source
const (
LocalClusterName = "minikube"
)
Variables ¶
This section is empty.
Functions ¶
func GetIngressHost ¶
func GetIngressHost(ctx context.Context, restCfg *rest.Config, ref *ServiceRef, proxyPort string) (string, error)
func GetIngressHostAndPort ¶
func GetIngressHostAndPort(ctx context.Context, restCfg *rest.Config, ref *ServiceRef, proxyPort string) (string, uint32, error)
Types ¶
type ServiceRef ¶
type ServiceRef struct {
Name string
Namespace string
}
Click to show internal directories.
Click to hide internal directories.