Versions in this module Expand all Collapse all v1 v1.0.0 Jul 24, 2018 Changes in this version + const ConfigRecommendedName + const PatchRecommendedName + func NewCmdConfig(name, fullName string, f kcmdutil.Factory, streams genericclioptions.IOStreams) *cobra.Command + func NewCmdPatch(name, fullName string, f kcmdutil.Factory, streams genericclioptions.IOStreams) *cobra.Command + type PatchOptions struct + Builder *resource.Builder + Filename string + Out io.Writer + Patch string + PatchType types.PatchType + Printer kprinters.ResourcePrinter + func (o *PatchOptions) Complete(f kcmdutil.Factory, cmd *cobra.Command, args []string) error + func (o *PatchOptions) RunPatch() error + func (o *PatchOptions) Validate() error