verify

package
v0.10.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 22, 2022 License: Apache-2.0 Imports: 12 Imported by: 0

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL