Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrParsingFlag = errors.New("error while parsing flag") ErrDownloadDependenciesFailed = errors.New("dependencies download failed") ErrKubeconfigReq = errors.New("when running distribution phase alone, either the KUBECONFIG environment variable or the --kubeconfig flag should be set") ErrKubeconfigNotFound = errors.New("kubeconfig file not found") )
View Source
var ( ErrMandatoryFlag = errors.New("flag must be specified") ErrConfigCreationFailed = fmt.Errorf("config creation failed") )
Functions ¶
Types ¶
type ClusterCmdFlags ¶
Click to show internal directories.
Click to hide internal directories.