Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCmdStepPatchConfigMap ¶
func NewCmdStepPatchConfigMap(commonOpts *opts.CommonOptions) *cobra.Command
NewCmdStepPatchConfigMap executes the patch-config step, which applies JSONPatches to ConfigMaps
Types ¶
type StepModifyConfigMapOptions ¶
type StepModifyConfigMapOptions struct { step.StepOptions ConfigMapName string JSONPatch string FirstLevelProperty string Type string OutputFormat string }
StepModifyConfigMapOptions are the options for the step patch-config command
func (*StepModifyConfigMapOptions) Run ¶
func (o *StepModifyConfigMapOptions) Run() error
Run implements this command
Click to show internal directories.
Click to hide internal directories.