Versions in this module Expand all Collapse all v1 v1.5.1 Apr 28, 2017 Changes in this version + const MigrateRecommendedName + var ErrRecalculate = fmt.Errorf("recalculate migration") + var ErrUnchanged = fmt.Errorf("migration was not necessary") + func DefaultRetriable(info *resource.Info, err error) error + func NewCommandMigrate(name, fullName string, f *clientcmd.Factory, out, errOut io.Writer, ...) *cobra.Command + type ErrNotRetriable struct + func (ErrNotRetriable) Temporary() bool + type ErrRetriable struct + func (ErrRetriable) Temporary() bool + type MigrateActionFunc func(info *resource.Info, reporter Reporter) error + type MigrateFilterFunc func(info *resource.Info) (bool, error) + type MigrateVisitFunc func(info *resource.Info) (Reporter, error) + type Reporter interface + Changed func() bool + type ResourceOptions struct + AllNamespaces bool + Builder *resource.Builder + Confirm bool + DefaultExcludes []unversioned.GroupResource + DryRun bool + ErrOut io.Writer + Filenames []string + FilterFn MigrateFilterFunc + FromKey string + In io.Reader + Include []string + Out io.Writer + Output string + OverlappingResources []sets.String + PrintFn MigrateActionFunc + SaveFn MigrateActionFunc + Summarize bool + ToKey string + func (o *ResourceOptions) Bind(c *cobra.Command) + func (o *ResourceOptions) Complete(f *clientcmd.Factory, c *cobra.Command) error + func (o *ResourceOptions) Validate() error + func (o *ResourceOptions) Visitor() *ResourceVisitor + type ResourceVisitor struct + Builder *resource.Builder + DryRun bool + FilterFn MigrateFilterFunc + Out io.Writer + PrintFn MigrateActionFunc + SaveFn MigrateActionFunc + func (o *ResourceVisitor) Visit(fn MigrateVisitFunc) error v1.5.0-alpha.1 Dec 29, 2016