delete

package
v0.15.2 Latest Latest
Warning

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

Go to latest
Published: Oct 3, 2025 License: AGPL-3.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var DeleteCmd = &cobra.Command{
	Use: "delete",
}
View Source
var MainCmd = &cobra.Command{
	Use: "main",

	Short: "Delete a KubeAid managed cluster",

	Run: func(cmd *cobra.Command, args []string) {
		core.DeleteCluster(cmd.Context())
	},
}
View Source
var ManagementCmd = &cobra.Command{
	Use: "management",

	Short: "Delete the K3D based local management cluster (used to bootstrap your KubeAid managed main cluster)",

	Run: func(cmd *cobra.Command, args []string) {
		k3d.DeleteK3DCluster(cmd.Context())
	},
}

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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