Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetAllContexts ¶
func IsLoadBalancer ¶
Types ¶
type Kube ¶
type Kube interface {
GetNamespaces() ([]string, error)
GetClientSet() *kubernetes.Clientset
GetCrdClientSet() *apixv1beta1client.ApiextensionsV1beta1Client
GetArgoServerSvc(string) (core.Service, error)
GetLoadBalancerHost(svc core.Service) (string, error)
GetService(string) (*core.Service, error)
GetAutogeneratedPassword() (string, error)
GetArgoServerHost() (string, error)
}
Click to show internal directories.
Click to hide internal directories.