github.com/timstclair/heapster@v0.20.0-alpha1/Godeps/_workspace/src/k8s.io/kubernetes/pkg/api/node_example.json (about)

     1  {
     2      "kind": "Node",
     3      "apiVersion": "v1",
     4      "metadata": {
     5          "name": "e2e-test-wojtekt-minion-etd6",
     6          "selfLink": "/api/v1/nodes/e2e-test-wojtekt-minion-etd6",
     7          "uid": "a7e89222-e8e5-11e4-8fde-42010af09327",
     8          "resourceVersion": "379",
     9          "creationTimestamp": "2015-04-22T11:49:39Z"
    10      },
    11      "spec": {
    12          "externalID": "15488322946290398375"
    13      },
    14      "status": {
    15          "capacity": {
    16              "cpu": "1",
    17              "memory": "1745152Ki"
    18          },
    19          "conditions": [
    20              {
    21                  "type": "Ready",
    22                  "status": "True",
    23                  "lastHeartbeatTime": "2015-04-22T11:58:17Z",
    24                  "lastTransitionTime": "2015-04-22T11:49:52Z",
    25                  "reason": "kubelet is posting ready status"
    26              }
    27          ],
    28          "addresses": [
    29              {
    30                  "type": "ExternalIP",
    31                  "address": "104.197.49.213"
    32              },
    33              {
    34                  "type": "LegacyHostIP",
    35                  "address": "104.197.20.11"
    36              }
    37          ],
    38          "nodeInfo": {
    39              "machineID": "",
    40              "systemUUID": "D59FA3FA-7B5B-7287-5E1A-1D79F13CB577",
    41              "bootID": "44a832f3-8cfb-4de5-b7d2-d66030b6cd95",
    42              "kernelVersion": "3.16.0-0.bpo.4-amd64",
    43              "osImage": "Debian GNU/Linux 7 (wheezy)",
    44              "containerRuntimeVersion": "docker://1.5.0",
    45              "kubeletVersion": "v0.15.0-484-g0c8ee980d705a3-dirty",
    46              "kubeProxyVersion": "v0.15.0-484-g0c8ee980d705a3-dirty"
    47          }
    48      }
    49  }