Versions in this module Expand all Collapse all v1 v1.14.0-alpha.1 Jan 15, 2019 v1.14.0-alpha.0 Nov 7, 2018 v1.13.3-beta.0 Jan 10, 2019 v1.13.2-beta.0 Dec 13, 2018 v1.13.1 Dec 12, 2018 v1.13.1-beta.0 Dec 3, 2018 v1.13.0 Nov 30, 2018 Changes in this version + func NewCmdApply(baseName string, f cmdutil.Factory, ioStreams genericclioptions.IOStreams) *cobra.Command + func NewCmdApplyEditLastApplied(f cmdutil.Factory, ioStreams genericclioptions.IOStreams) *cobra.Command + func NewCmdApplySetLastApplied(f cmdutil.Factory, ioStreams genericclioptions.IOStreams) *cobra.Command + func NewCmdApplyViewLastApplied(f cmdutil.Factory, ioStreams genericclioptions.IOStreams) *cobra.Command + type ApplyOptions struct + All bool + Builder *resource.Builder + DeleteFlags *delete.DeleteFlags + DeleteOptions *delete.DeleteOptions + DiscoveryClient discovery.DiscoveryInterface + DryRun bool + DynamicClient dynamic.Interface + EnforceNamespace bool + Mapper meta.RESTMapper + Namespace string + OpenAPISchema openapi.Resources + OpenApiPatch bool + Overwrite bool + PrintFlags *genericclioptions.PrintFlags + Prune bool + PruneResources []pruneResource + PruneWhitelist []string + RecordFlags *genericclioptions.RecordFlags + Recorder genericclioptions.Recorder + Selector string + ServerDryRun bool + ShouldIncludeUninitialized bool + ToPrinter func(string) (printers.ResourcePrinter, error) + Validator validation.Schema + func NewApplyOptions(ioStreams genericclioptions.IOStreams) *ApplyOptions + func (o *ApplyOptions) Complete(f cmdutil.Factory, cmd *cobra.Command) error + func (o *ApplyOptions) Run() error + type DryRunVerifier struct + Finder cmdutil.CRDFinder + OpenAPIGetter discovery.OpenAPISchemaInterface + func (v *DryRunVerifier) HasSupport(gvk schema.GroupVersionKind) error + type PatchBuffer struct + Patch []byte + PatchType types.PatchType + type Patcher struct + BackOff clockwork.Clock + Cascade bool + DynamicClient dynamic.Interface + Force bool + GracePeriod int + Helper *resource.Helper + Mapping *meta.RESTMapping + OpenapiSchema openapi.Resources + Overwrite bool + ResourceVersion *string + Retries int + ServerDryRun bool + Timeout time.Duration + func (p *Patcher) Patch(current runtime.Object, modified []byte, source, namespace, name string, ...) ([]byte, runtime.Object, error) + type SetLastAppliedOptions struct + CreateAnnotation bool + FilenameOptions resource.FilenameOptions + PrintFlags *genericclioptions.PrintFlags + PrintObj printers.ResourcePrinterFunc + func NewSetLastAppliedOptions(ioStreams genericclioptions.IOStreams) *SetLastAppliedOptions + func (o *SetLastAppliedOptions) Complete(f cmdutil.Factory, cmd *cobra.Command) error + func (o *SetLastAppliedOptions) RunSetLastApplied() error + func (o *SetLastAppliedOptions) Validate() error + type ViewLastAppliedOptions struct + All bool + Factory cmdutil.Factory + FilenameOptions resource.FilenameOptions + LastAppliedConfigurationList []string + OutputFormat string + Selector string + func NewViewLastAppliedOptions(ioStreams genericclioptions.IOStreams) *ViewLastAppliedOptions + func (o *ViewLastAppliedOptions) Complete(cmd *cobra.Command, f cmdutil.Factory, args []string) error + func (o *ViewLastAppliedOptions) RunApplyViewLastApplied(cmd *cobra.Command) error + func (o *ViewLastAppliedOptions) Validate(cmd *cobra.Command) error v1.13.0-rc.2 Nov 29, 2018 v1.13.0-rc.1 Nov 28, 2018 v1.13.0-beta.2 Nov 23, 2018 v1.13.0-beta.1 Nov 17, 2018 v1.13.0-beta.0 Nov 7, 2018 v1.13.0-alpha.3 Oct 31, 2018 v1.13.0-alpha.2 Oct 24, 2018 v1.13.0-alpha.1 Oct 15, 2018