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

node.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: bb4772c3f2014f45dcbbd7d41de62f826d50ac07 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
    "kind": "Node",
    "apiVersion": "v1",
    "metadata": {
        "name": "127.0.0.1",
        "selfLink": "/api/v1/nodes/127.0.0.1",
        "uid": "041143c5-ce39-11e4-ac24-3c970e4a436a",
        "resourceVersion": "1724",
        "creationTimestamp": "2015-03-19T15:08:20+02:00"
    },
    "spec": {
        "capacity": {
            "cpu": "1",
            "memory": "3Gi"
        }
    },
    "status": {
        "hostIP": "127.0.0.1",
        "conditions": [
            {
                "kind": "Ready",
                "status": "None",
                "lastProbeTime": "2015-03-20T14:16:52+02:00",
                "lastTransitionTime": "2015-03-19T15:08:20+02:00",
                "reason": "Node health check failed: kubelet /healthz endpoint returns not ok"
            }
        ]
    }
}