Documentation
¶
Index ¶
Constants ¶
View Source
const ( // DefaultLogLevel is 2 DefaultLogLevel string = "2" )
Variables ¶
View Source
var CreateCmd = &cobra.Command{ Use: "create <cluster name> -f <configuration location>", Short: "create a standalone workload cluster", RunE: create, Args: cobra.ExactArgs(1), }
CreateCmd creates a standalone workload cluster.
View Source
var DeleteCmd = &cobra.Command{ Use: "delete <cluster name> -f <configuration location>", Short: "delete a standalone workload cluster", PreRunE: func(cmd *cobra.Command, args []string) (err error) { return nil }, RunE: teardown, PostRunE: func(cmd *cobra.Command, args []string) (err error) { return nil }, }
DeleteCmd deletes a standalone workload cluster.
Functions ¶
func GetDebugLevel ¶
GetDebugLevel default is 2 (aka DefaultLogLevel)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.