Documentation ¶
Index ¶
Constants ¶
View Source
const FakeKubeconfigPath = "fake.config"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClientLoader ¶
type ClientLoader interface { LoadAdmiralClientFromPath(path string) (admiral.Interface, error) LoadAdmiralClientFromConfig(config *rest.Config) (admiral.Interface, error) LoadIstioClientFromPath(path string) (istio.Interface, error) LoadIstioClientFromConfig(config *rest.Config) (istio.Interface, error) LoadArgoClientFromPath(path string) (argo.Interface, error) LoadArgoClientFromConfig(config *rest.Config) (argo.Interface, error) LoadKubeClientFromPath(path string) (kubernetes.Interface, error) LoadKubeClientFromConfig(config *rest.Config) (kubernetes.Interface, error) }
func GetKubeClientLoader ¶
func GetKubeClientLoader() ClientLoader
Click to show internal directories.
Click to hide internal directories.