gitlab-org--gitlab-foss/app/finders/projects
João Cunha 82e952a8f3 Move file one folder level up to avoid namespace conflict
Clusters::Cluster::KnativeServicesFinder becomes
Clusters::KnativeServicesFinder

This is to avoid loading race condition between:

```
module Clusters
  class Cluster < ApplicationRecord
```

and

```
module Clusters
  class Cluster
```
2019-06-03 15:42:06 +01:00
..
serverless Move file one folder level up to avoid namespace conflict 2019-06-03 15:42:06 +01:00
daily_statistics_finder.rb