summaryrefslogtreecommitdiff
path: root/vendor/gems/kubeclient/test/json/node_list.json
blob: a5c7cbb77a36c52683928466195184626b73c7a0 (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
30
31
32
33
34
35
36
37
{
    "kind": "NodeList",
    "apiVersion": "v1",
    "metadata": {
        "selfLink": "/api/v1/nodes",
        "resourceVersion": "137"
    },
    "items": [
        {
            "metadata": {
                "name": "127.0.0.1",
                "selfLink": "/api/v1/nodes/127.0.0.1",
                "uid": "041143c5-ce39-11e4-ac24-3c970e4a436a",
                "resourceVersion": "137",
                "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-19T15:29:33+02:00",
                        "lastTransitionTime": "2015-03-19T15:08:20+02:00",
                        "reason": "Node health check failed: kubelet /healthz endpoint returns not ok"
                    }
                ]
            }
        }
    ]
}