Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RunUpdate ¶
func RunUpdate(ctx *clicontext.CLIContext, name, namespace, key string, content []byte, labels map[string]string) error
Types ¶
type Cat ¶
type Cat struct {
Key []string `desc:"specify which keys to cat"`
}
func (*Cat) Run ¶
func (c *Cat) Run(ctx *clicontext.CLIContext) error
type Create ¶
type Create struct { L_Label map[string]string `desc:"Set meta data on a config"` K_Key string `desc:"Set key on config data" default:"content"` }
func (*Create) Run ¶
func (c *Create) Run(ctx *clicontext.CLIContext) error
Click to show internal directories.
Click to hide internal directories.