2014-06-06 23:40:48 +00:00
|
|
|
{
|
|
|
|
"items": [
|
|
|
|
{
|
|
|
|
"id": "testRun",
|
|
|
|
"desiredState": {
|
|
|
|
"replicas": 2,
|
2014-06-19 00:20:34 +00:00
|
|
|
"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"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|