Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetKubeConfig ¶
func RegisterKubeConfigProvider ¶
func RegisterKubeConfigProvider(name string, factory KubeConfigProviderFactory)
Types ¶
type KubeConfigProvider ¶
type KubeConfigProvider interface {
ExportKubeConfig(ctx context.Context, clusterName string, kubeConfigPath string) error
}
func GetKubeConfigProvider ¶
func GetKubeConfigProvider(ctx context.Context, name string) (KubeConfigProvider, bool)
type KubeConfigProviderFactory ¶
type KubeConfigProviderFactory func(conf *config.Configuration) KubeConfigProvider
Click to show internal directories.
Click to hide internal directories.