debian-mirror-gitlab/vendor/gems/kubeclient/test/json/service_update.json
2023-03-05 14:24:40 +05:30

22 lines
430 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" : "default",
"resourceVersion" : "2"
}
}