Remove Project#clusters export

This commit is contained in:
Alessio Caiazza 2017-11-07 10:58:22 +01:00
parent ce7b05f41d
commit d6134709cb
No known key found for this signature in database
GPG key ID: 8655B9CB5B8B512E
3 changed files with 0 additions and 20 deletions

View file

@ -54,8 +54,6 @@ project_tree:
- :auto_devops
- :triggers
- :pipeline_schedules
- clusters:
- :application_helm
- :services
- :hooks
- protected_branches:

View file

@ -8,8 +8,6 @@ module Gitlab
triggers: 'Ci::Trigger',
pipeline_schedules: 'Ci::PipelineSchedule',
builds: 'Ci::Build',
clusters: 'Clusters::Cluster',
application_helm: 'Clusters::Applications::Helm',
hooks: 'ProjectHook',
merge_access_levels: 'ProtectedBranch::MergeAccessLevel',
push_access_levels: 'ProtectedBranch::PushAccessLevel',

View file

@ -147,22 +147,6 @@ deploy_keys:
- user
- deploy_keys_projects
- projects
clusters:
- application_helm
- cluster_projects
- projects
- user
- provider_gcp
- platform_kubernetes
cluster_projects:
- projects
- clusters
provider_gcp:
- cluster
platform_kubernetes:
- cluster
application_helm:
- cluster
services:
- project
- service_hook