gitlab-org--gitlab-foss/spec/services/clusters
Tiger 101c4480b3 Remove legacy Kubernetes #actual_namespace
When Kubernetes clusters were originally built they could only
exist at the project level, and so there was logic included
that assumed there would only ever be a single Kubernetes
namespace per cluster. We now support clusters at the group
and instance level, which allows multiple namespaces.

This change consolidates various project-specific fallbacks to
generate namespaces, and hands all responsibility to the
Clusters::KubernetesNamespace model. There is now no concept of
a single namespace for a Clusters::Platforms::Kubernetes; to
retrieve a namespace a project must now be supplied in all cases.

This simplifies upcoming work to use a separate Kubernetes
namespace per project environment (instead of a namespace
per project).
2019-05-21 11:38:11 -05:00
..
applications Show health graphs on group-level 2019-05-06 16:24:14 +00:00
gcp Remove legacy Kubernetes #actual_namespace 2019-05-21 11:38:11 -05:00
build_service_spec.rb Instance level kubernetes clusters admin 2019-05-07 08:37:03 +12:00
create_service_spec.rb Add frozen_string_literal to spec/services 2019-04-12 10:14:54 +12:00
refresh_service_spec.rb Stop configuring group clusters on creation 2019-05-16 20:18:42 -05:00
update_service_spec.rb Add frozen_string_literal to spec/services 2019-04-12 10:14:54 +12:00