summaryrefslogtreecommitdiff
path: root/vendor/gems/kubeclient/test/json/service_json_patch.json
blob: f960242ba4d45e9270985b1a180e51e71e146fa9 (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
{
  "status" : {},
  "kind" : "Service",
  "apiVersion" : "v1",
  "spec" : {
    "ports" : [
      {
        "targetPort" : 80,
        "nodePort" : 0,
        "port" : 80,
        "protocol" : "TCP"
      }
    ],
    "clusterIP" : "1.2.3.4",
    "type": "LoadBalancer"
  },
  "metadata" : {
    "name" : "my-service",
    "creationTimestamp" : null,
    "namespace" : "development",
    "resourceVersion" : "2",
    "annotations" : {
      "key" : "value"
    }
  }
}