Documentation ¶ Overview ¶ Package commands holds the CLI glue mapping textual commands/args to method calls. Index ¶ func NewDefaultCommand() *cobra.Command type KindOfAdd func (k KindOfAdd) String() string Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func NewDefaultCommand ¶ func NewDefaultCommand() *cobra.Command NewDefaultCommand returns the default (aka root) command for kustomize command. Types ¶ type KindOfAdd ¶ added in v1.0.7 type KindOfAdd int KindOfAdd is the kind of metadata being added: label or annotation func (KindOfAdd) String ¶ added in v1.0.7 func (k KindOfAdd) String() string Source Files ¶ View all Source files addbase.go addmetadata.go addpatch.go addresource.go build.go cmapflagsandargs.go commands.go configmap.go kustomizationfile.go set_name_prefix.go setimagetag.go setnamespace.go util.go version.go Click to show internal directories. Click to hide internal directories.