func()

in pkg/networks/networks.go [110:116]


func (m *networkMigrator) Migrate(ctx context.Context) error {
	if err := operations.WaitForOperationInProgress(ctx, m.migrateNetwork, m.wait); err != nil {
		return err
	}

	return m.migrateClusters(ctx)
}