blob: 7cba8df77cc6c37e6a90fb9036ccd94bcb6fb00d [file] [log] [blame]
{
"kind": "Service",
"apiVersion": "v1",
"metadata": {
"name": "svc2",
"namespace": "edit-test",
"selfLink": "/api/v1/namespaces/edit-test/services/svc2",
"uid": "31a1b8ae-ea5b-11e6-9b42-acbc32c1ca87",
"resourceVersion": "1470",
"creationTimestamp": "2017-02-03T21:53:27Z",
"labels": {
"app": "svc2"
}
},
"spec": {
"ports": [
{
"name": "80",
"protocol": "TCP",
"port": 80,
"targetPort": 81
}
],
"selector": {
"app": "svc2",
"new-label": "new-value"
},
"clusterIP": "10.0.0.55",
"type": "ClusterIP",
"sessionAffinity": "None"
},
"status": {
"loadBalancer": {}
}
}