Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Flags ¶
type Flags struct {
Force bool `flag:"force f" desc:"suppress confirmation, optional"`
File string `desc:"file with configmap data, .json, .yaml, .yml, optional"`
Name string `desc:"configmap name, optional"`
ItemFile []string `flag:"item-file" desc:"configmap file, KEY:FILE_PATH or FILE_PATH"`
ItemString []string `flag:"item-string" desc:"configmap item, KEY:VALUE string pair"`
}
Click to show internal directories.
Click to hide internal directories.