debian-mirror-gitlab/vendor/gems/kubeclient/test/json/service_patch.json
2023-03-04 22:38:38 +05:30

25 lines
442 B
JSON

{
"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"
}
}
}