Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Command = cli.Command{ Name: "configmap", ShortName: "cm", Usage: "Manage configmaps", Flags: []cli.Flag{ cli.StringFlag{ Name: "kubeconfig", Usage: "Path to the kubeconfig file", Value: utils.DefaultKubeConfigPath, }, cli.StringFlag{ Name: "namespace", Usage: "Namespace to use with commands. If the namespace does not exist, it will be created.", Value: "default", }, }, Subcommands: []cli.Command{ configmapAddCommand, configmapDelCommand, configmapListCommand, }, }
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.