Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var CreateCmd = &cobra.Command{
Use: "create",
Short: "Create a new K3D Cluster and inject flux controllers & deployments",
Run: k3AutoCreate,
}
View Source
var DeleteCmd = &cobra.Command{
Use: "delete",
Short: "Delete an existing cluster",
Run: k3AutoDelete,
}
View Source
var ExportCmd = &cobra.Command{
Use: "export",
Short: "Export embeded resources",
Run: k3AutoExport,
}
View Source
var ForwardCmd = &cobra.Command{ Use: "forward", Short: "Forwards Ports To the Environment", Run: func(cmd *cobra.Command, args []string) { fmt.Printf("Implementation TBD") }, }
View Source
var K3AutoCmd = &cobra.Command{
Use: "k3auto",
Short: "k3auto is a local kubernetes cluster orchestrator powered by k3d and flux",
}
View Source
var UpdateCmd = &cobra.Command{
Use: "update",
Short: "Reinject deployments",
Run: k3AutoUpdate,
}
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.