Versions in this module Expand all Collapse all v1 v1.0.1 Mar 7, 2019 Changes in this version + func GetCurrentContext() (string, string) + func IsExistsPrevConfig() (string, bool) + type PrevConfig struct + PrevContext string + PrevNamespace string + func GetPrevConfig() PrevConfig + func (config *PrevConfig) SetContextPrevConfig(context string) + func (config *PrevConfig) SetNamespacePrevConfig(namespace string) + func (config *PrevConfig) WriteFile() v1.0.0 Feb 28, 2019 Changes in this version + func GetConfigFilePath() string + func GetContexts(config clientcmdapi.Config) []string + func GetNamespaces() []string + func GetRawConfig() clientcmdapi.Config + func GetSSH() + func SetContext(contex string) + func SetNamespace(config clientcmdapi.Config, namespace string) error