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 `mapstructure:"kubeconfig"`
// AssumeYes is true when all questions can be skipped.
AssumeYes bool `mapstructure:"assume-yes"`
// Force is true when we shall not prompt for removal.
Force 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.