Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCmdDeInit ¶
NewCmdDeInit removes Karmada from Kubernetes
Types ¶
type CommandDeInitOption ¶
type CommandDeInitOption struct { // KubeConfig holds host cluster KUBECONFIG file path. KubeConfig string Context string Namespace string // DryRun tells if run the command in dry-run mode, without making any server requests. DryRun bool Force bool PurgeNamespace bool KubeClientSet *kubernetes.Clientset }
CommandDeInitOption options for deinit.
func (*CommandDeInitOption) Complete ¶
func (o *CommandDeInitOption) Complete() error
Complete the conditions required to be able to run deinit.
Click to show internal directories.
Click to hide internal directories.