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.
Click to show internal directories.
Click to hide internal directories.