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

service_patch.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: d6c9c29e691e04dc7ea0fb8fb7af88f2840f34c5 (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
{
  "status" : {},
  "kind" : "Service",
  "apiVersion" : "v1",
  "spec" : {
    "ports" : [
      {
        "targetPort" : 80,
        "nodePort" : 0,
        "port" : 80,
        "protocol" : "TCP"
      }
    ],
    "clusterIP" : "1.2.3.4"
  },
  "metadata" : {
    "name" : "my_service",
    "creationTimestamp" : null,
    "namespace" : "development",
    "resourceVersion" : "2",
    "annotations" : {
      "key" : "value"
    }
  }
}