Documentation ¶ Index ¶ type V0toV1 func NewV0toV1Migration(hostname string, leaseManager locker.EtcdLeaseManager, storage models.Storage) V0toV1 func (m V0toV1) Migrate(ctx context.Context) error func (m V0toV1) NeedsMigration(ctx context.Context) (bool, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type V0toV1 ¶ type V0toV1 struct { // contains filtered or unexported fields } func NewV0toV1Migration ¶ func NewV0toV1Migration(hostname string, leaseManager locker.EtcdLeaseManager, storage models.Storage) V0toV1 func (V0toV1) Migrate ¶ func (m V0toV1) Migrate(ctx context.Context) error func (V0toV1) NeedsMigration ¶ func (m V0toV1) NeedsMigration(ctx context.Context) (bool, error) Source Files ¶ View all Source files etcd_storage_v0.go v0_to_v1.go Click to show internal directories. Click to hide internal directories.