uninstall

package
v0.8.0 Latest Latest
Warning

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

Go to latest
Published: Feb 14, 2024 License: Apache-2.0 Imports: 12 Imported by: 0

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.

func (*Uninstall) Run

func (u *Uninstall) Run(ctx context.Context) error

Run runs the cluster command.

Jump to

Keyboard shortcuts

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