package
0.0.0-20191112181215-0597a29991ca
Repository: https://github.com/miciah/library-go.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
No description provided by the author

# Structs

ErrNotRetriable is a wrapper for an error that a migrator may use to indicate the specific error cannot be retried.
ErrRetriable is a wrapper for an error that a migrator may use to indicate the specific error can be retried.
InProcessMigrator runs migration in-process using paging.
KubeStorageVersionMigrator runs migration through the kube-storage-version-migrator components, driven by CustomResources.

# Interfaces

Migrator is a resource migration mechanism.
TemporaryError is a wrapper interface that is used to determine if an error can be retried.