kubernetes/api/examples/service-list.json
2014-06-06 16:40:48 -07:00

20 lines
349 B
JSON

{
"items": [
{
"id": "example1",
"port": 8000,
"labels": {
"name": "nginx"
}
},
{
"id": "example2",
"port": 8080,
"labels": {
"env": "prod",
"name": "jetty"
}
}
]
}