Documentation ¶
Index ¶
Constants ¶
View Source
const ConfigFile = "config.yaml"
View Source
const KUBECONFIG_TMPL = `` /* 1278-byte string literal not displayed */
Variables ¶
This section is empty.
Functions ¶
func GetConfigDir ¶
func GetKubeConfig ¶
func MakeConfigDir ¶
func MakeConfigDir() error
func WriteKubeConfig ¶
Types ¶
type Config ¶
type Config struct {
Token string `json:"token" yaml:"token"`
}
func DefaultConfig ¶
func DefaultConfig() *Config
func ReadConfig ¶
Click to show internal directories.
Click to hide internal directories.