Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ContextAccessible ¶
type ContextAccessible struct {
Interactive bool
File string
Verbose bool // currently only used by install and uninstall, sends kubectl command output to terminal
KubeConfig string // file to use for kube config, if not standard one.
ErrorsOnly bool
ConfigFilePath string
Consul Consul // use consul as config backend
ReadOnly bool // Makes check read only by skipping any checks that create resources in the cluster
KubeContext string // kube context to use when interacting with kubernetes
}
func ContextAccessibleFrom ¶
func ContextAccessibleFrom(ctx context.Context) (ContextAccessible, error)
Click to show internal directories.
Click to hide internal directories.