summaryrefslogtreecommitdiff
path: root/vendor/gems/kubeclient/test/json/created_endpoint.json
blob: 1e0fd7dc41dfba18eeb47293b95d597c4ff7a37f (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
{
  "kind": "Endpoints",
  "apiVersion": "v1",
  "metadata": {
    "name": "myendpoint",
    "namespace": "default",
    "selfLink": "/api/v1/namespaces/default/endpoints/myendpoint",
    "uid": "59d05b48-dadb-11e5-937e-18037327aaeb",
    "resourceVersion": "393",
    "creationTimestamp": "2016-02-24T09:45:34Z"
  },
  "subsets": [
    {
      "addresses": [
        {
          "ip": "172.17.0.25"
        }
      ],
      "ports": [
        {
          "name": "https",
          "port": 6443,
          "protocol": "TCP"
        }
      ]
    }
  ]
}