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

endpoint_list.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: bd6c00ab678445c7cc07dc05907ff5fda88c9b0f (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
{
  "kind": "EndpointsList",
  "apiVersion": "v1",
  "metadata": {
    "selfLink": "/api/v1/namespaces/endpoints",
    "resourceVersion": "39"
  },
  "items": [
    {
      "metadata": {
        "name": "example",
        "namespace": "default",
        "selfLink": "/api/v1/namespaces/default/endpoints/example",
        "uid": "db467530-b6aa-11e4-974a-525400c903c1",
        "resourceVersion": "38",
        "creationTimestamp": "2015-02-17T08:42:46-05:00"
      },
      "endpoints": [
        "172.17.0.63:80",
        "172.17.0.64:80"
      ]
    },
    {
      "metadata": {
        "name": "kubernetes",
        "namespace": "default",
        "selfLink": "/api/v1/namespaces/default/endpoints/kubernetes",
        "resourceVersion": "8",
        "creationTimestamp": null
      },
      "endpoints": [
        "192.168.122.4:6443"
      ]
    },
    {
      "metadata": {
        "name": "kubernetes-ro",
        "namespace": "default",
        "selfLink": "/api/v1/namespaces/default/endpoints/kubernetes-ro",
        "resourceVersion": "7",
        "creationTimestamp": null
      },
      "endpoints": [
        "192.168.122.4:7080"
      ]
    }
  ]
}