func()

in pkg/networks/networks.go [104:107]


func (m *networkMigrator) Validate(ctx context.Context) error {
	sem := make(chan struct{}, m.concurrentClusters)
	return migrate.Validate(ctx, sem, m.children...)
}