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

created_service.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: 4c2bc7d7196ac4b9ff000f9021724144ed54fe00 (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
{
    "kind": "Service",
    "apiVersion": "v1",
    "metadata": {
        "name": "guestbook",
        "namespace": "staging",
        "selfLink": "/api/v1/namespaces/staging/services/guestbook",
        "uid": "29885239-df58-11e4-bd42-f8b156af4ae1",
        "resourceVersion": "1908",
        "creationTimestamp": "2015-04-10T08:04:07Z",
        "labels": {
            "name": "guestbook"
        }
    },
    "spec": {
        "ports": [
            {
                "name": "",
                "protocol": "TCP",
                "port": 3000,
                "targetPort": "http-server"
            }
        ],
        "selector": {
            "name": "guestbook"
        },
        "clusterIP": "10.0.0.99",
        "sessionAffinity": "None"
    },
    "status": {}
}