k3s/api/examples/controller-list.json

30 lines
806 B
JSON
Raw Normal View History

2014-06-06 23:40:48 +00:00
{
"items": [
{
"id": "testRun",
"desiredState": {
"replicas": 2,
"replicaSelector": {
2014-06-06 23:40:48 +00:00
"name": "testRun"
},
2014-06-09 04:39:57 +00:00
"podTemplate": {
2014-06-06 23:40:48 +00:00
"desiredState": {
"image": "dockerfile/nginx",
"networkPorts": [
{
"hostPort": 8080,
"containerPort": 80
}
]
},
"labels": {
"name": "testRun"
}
}
},
"labels": {
"name": "testRun"
}
}
]
}