Documentation
¶
Index ¶
- type Migrator
- func (m *Migrator) CheckServiceExists(donorInstanceName string) error
- func (m *Migrator) CleanupOnError(recipientServiceInstance string) error
- func (m *Migrator) CreateAndConfigureServiceInstance(planType, serviceName string) error
- func (m *Migrator) MigrateData(donorInstanceName, recipientInstanceName string, cleanup bool) error
- func (m *Migrator) RenameServiceInstances(donorInstanceName, recipientInstanceName string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Migrator ¶
type Migrator struct {
// contains filtered or unexported fields
}
func NewMigrator ¶
func NewMigrator(client client, unpacker unpacker) *Migrator
func (*Migrator) CheckServiceExists ¶
func (*Migrator) CleanupOnError ¶
func (*Migrator) CreateAndConfigureServiceInstance ¶
func (*Migrator) MigrateData ¶
func (*Migrator) RenameServiceInstances ¶
Click to show internal directories.
Click to hide internal directories.