Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cluster_list.json « schemas « api « fixtures « spec - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ece9542eb799efb9ccff4d9989880fb3283f147d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "clusters": {
    "type": "array",
    "items": {
      "cluster_type": "string",
      "enabled": "boolean",
      "environment_scope": "string",
      "name": "string",
      "path": "string",
      "status": "string"
    }
  },
  "has_ancestor_clusters": { "type": ["boolean", "false"] }
}