Documentation ¶
Index ¶
Constants ¶
View Source
const ConfigRecommendedName = "config"
View Source
const PatchRecommendedName = "patch"
Variables ¶
This section is empty.
Functions ¶
func NewCmdConfig ¶
Types ¶
type PatchOptions ¶
type PatchOptions struct { Filename string Patch string PatchType types.PatchType Builder *resource.Builder Printer kprinters.ResourcePrinter Out io.Writer }
PatchOptions is the start of the data required to perform the operation. As new fields are added, add them here instead of referencing the cmd.Flags()
func (*PatchOptions) RunPatch ¶
func (o *PatchOptions) RunPatch() error
func (*PatchOptions) Validate ¶
func (o *PatchOptions) Validate() error
Click to show internal directories.
Click to hide internal directories.