Documentation
¶
Overview ¶
Package uninstall ...
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
// KubeconfigPath is a path to a kubeconfig
KubeconfigPath string
// AssumeYes is true when all questions can be skipped.
AssumeYes bool
// Force is true when we shall not prompt for removal.
Force bool
// SkipEnvDetection skips detecting the Kubernetes environment.
SkipEnvDetection bool
// If set, we will print the pretty output.
Pretty bool
}
Config stores configuration for the Uninstall command.
type Uninstall ¶
type Uninstall struct {
// contains filtered or unexported fields
}
Uninstall implements logic for the cluster command.
func NewUninstall ¶
func NewUninstall(c Config, l *zap.SugaredLogger) (*Uninstall, error)
NewUninstall returns a new Uninstall struct.
Click to show internal directories.
Click to hide internal directories.