summaryrefslogtreecommitdiffstats
path: root/kube2msb/src/vendor/k8s.io/kubernetes/pkg/api/node_example.json
blob: 260183484fac77cbd5844c5de6252f040aa192e9 (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
38
39
40
41
42
43
44
45
46
47
48
49
{
    "kind": "Node",
    "apiVersion": "v1",
    "metadata": {
        "name": "e2e-test-wojtekt-minion-etd6",
        "selfLink": "/api/v1/nodes/e2e-test-wojtekt-minion-etd6",
        "uid": "a7e89222-e8e5-11e4-8fde-42010af09327",
        "resourceVersion": "379",
        "creationTimestamp": "2015-04-22T11:49:39Z"
    },
    "spec": {
        "externalID": "15488322946290398375"
    },
    "status": {
        "capacity": {
            "cpu": "1",
            "memory": "1745152Ki"
        },
        "conditions": [
            {
                "type": "Ready",
                "status": "True",
                "lastHeartbeatTime": "2015-04-22T11:58:17Z",
                "lastTransitionTime": "2015-04-22T11:49:52Z",
                "reason": "kubelet is posting ready status"
            }
        ],
        "addresses": [
            {
                "type": "ExternalIP",
                "address": "104.197.49.213"
            },
            {
                "type": "LegacyHostIP",
                "address": "104.197.20.11"
            }
        ],
        "nodeInfo": {
            "machineID": "",
            "systemUUID": "D59FA3FA-7B5B-7287-5E1A-1D79F13CB577",
            "bootID": "44a832f3-8cfb-4de5-b7d2-d66030b6cd95",
            "kernelVersion": "3.16.0-0.bpo.4-amd64",
            "osImage": "Debian GNU/Linux 7 (wheezy)",
            "containerRuntimeVersion": "docker://1.5.0",
            "kubeletVersion": "v0.15.0-484-g0c8ee980d705a3-dirty",
            "kubeProxyVersion": "v0.15.0-484-g0c8ee980d705a3-dirty"
        }
    }
}