standalone

package
v0.4.0 Latest Latest
Warning

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

Go to latest
Published: Apr 29, 2021 License: Apache-2.0 Imports: 10 Imported by: 0

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

func GetDebugLevel(s string) string

GetDebugLevel default is 2 (aka DefaultLogLevel)

Types

This section is empty.

Jump to

Keyboard shortcuts

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