Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Kubeconfig string CommonFlags = []cli.Flag{ &cli.StringFlag{ Name: "kubeconfig", EnvVars: []string{"KUBECONFIG"}, Usage: "kubeconfig path", Destination: &Kubeconfig, Value: os.Getenv("HOME") + "/.kube/config", }, &cli.StringFlag{ Name: "namespace", Usage: "namespace to create the k3k cluster in", Destination: &namespace, }, } )
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.