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

service_update.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: 1053d750e60c52381d6279c0f46c0ec59b71e65d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
   "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" : "default",
      "resourceVersion" : "2"
   }
}