func()

in pkg/networks/networks.go [154:158]


func (m *networkMigrator) migrateClusters(ctx context.Context) error {
	log.Infof("Initiate upgrades for cluster(s) on network %q", m.network.Name)
	sem := make(chan struct{}, m.concurrentClusters)
	return migrate.Migrate(ctx, sem, m.children...)
}