Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrKubectlInstall = errors.New("kubectl is not installed or missing in your $PATH")
ErrKubeConfigMissing = errors.New("KUBECONFIG must be set")
ErrKubectlSet = errors.New("error setting kubeconfig")
ErrKcPermission = errors.New("set the kubeconfig or kubeconfig does not have required access")
ErrArgoCD = errors.New("argocd is not installed or missing in your $PATH")
ErrArgoCDAuthToken = errors.New("ArgoCD authentication token has expired. Login to ArgoCD again")
ErrGit = errors.New("git is not installed or missing in your $PATH")
ErrArlonNs = errors.New("arlon is not installed or missing in your $PATH")
ErrCapi = errors.New("capi services are not installed or missing in your $PATH")
ErrNs = errors.New("failed to get the namespace")
Yellow = color.New(color.FgHiYellow).SprintFunc()
Green = color.New(color.FgGreen).SprintFunc()
Red = color.New(color.FgRed).SprintFunc()
)
Functions ¶
func NewCommand ¶
func NewCommand() *cobra.Command
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.