Versions in this module Expand all Collapse all v0 v0.24.0 Mar 25, 2022 Changes in this version + func NewCmdPatch(f cmdutil.Factory, ioStreams genericclioptions.IOStreams) *cobra.Command + type PatchOptions struct + Local bool + Patch string + PatchFile string + PatchType string + PrintFlags *genericclioptions.PrintFlags + RecordFlags *genericclioptions.RecordFlags + Recorder genericclioptions.Recorder + ToPrinter func(string) (printers.ResourcePrinter, error) + func NewPatchOptions(ioStreams genericclioptions.IOStreams) *PatchOptions + func (o *PatchOptions) Complete(f cmdutil.Factory, cmd *cobra.Command, args []string) error + func (o *PatchOptions) RunPatch() error + func (o *PatchOptions) Validate() error