gitlab-org--gitlab-foss/spec/models/clusters
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
..
applications Adapt functions to work for external Knative 2019-05-29 11:21:53 +01:00
platforms Remove legacy Kubernetes #actual_namespace 2019-05-21 11:38:11 -05:00
providers Add # frozen_string_literal to spec/models 2019-04-01 14:37:54 +13:00
cluster_spec.rb Move file one folder level up to avoid namespace conflict 2019-06-03 15:42:06 +01:00
group_spec.rb Associate clusters model to groups 2018-10-29 16:21:31 +13:00
kubernetes_namespace_spec.rb Autocorrect with RSpec/ExampleWording cop 2019-04-05 08:43:27 +00:00
project_spec.rb Remove legacy Kubernetes #actual_namespace 2019-05-21 11:38:11 -05:00