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

component_status.json « json « test « kubeclient « gems « vendor - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 109936d3dac1ec56cf3e39575b5c5655b926b0cc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "kind": "ComponentStatus",
  "apiVersion": "v1",
  "metadata": {
    "name": "etcd-0",
    "selfLink": "/api/v1/namespaces/componentstatuses/etcd-0",
    "creationTimestamp": null
  },
  "conditions": [
    {
      "type": "Healthy",
      "status": "True",
      "message": "{\"health\": \"true\"}",
      "error": "nil"
    }
  ]
}