2014-06-06 19:40:48 -04:00
|
|
|
{
|
2014-07-24 01:32:07 -04:00
|
|
|
"kind": "PodList",
|
|
|
|
|
"apiVersion": "v1beta1",
|
2014-06-06 19:40:48 -04:00
|
|
|
"items": [
|
|
|
|
|
{
|
2014-06-09 01:38:45 -04:00
|
|
|
"id": "my-pod-1",
|
2014-06-06 19:40:48 -04:00
|
|
|
"labels": {
|
2015-01-20 14:42:00 -05:00
|
|
|
"name": "test-run",
|
|
|
|
|
"replicationcontroller": "test-run"
|
2014-06-06 19:40:48 -04:00
|
|
|
},
|
|
|
|
|
"desiredState": {
|
|
|
|
|
"manifest": {
|
2014-06-30 19:16:06 -04:00
|
|
|
"version": "v1beta1",
|
|
|
|
|
"id": "my-pod-1",
|
2014-06-06 19:40:48 -04:00
|
|
|
"containers": [{
|
2014-07-23 14:08:16 -04:00
|
|
|
"name": "nginx",
|
2014-06-06 19:40:48 -04:00
|
|
|
"image": "dockerfile/nginx",
|
|
|
|
|
"ports": [{
|
|
|
|
|
"hostPort": 8080,
|
|
|
|
|
"containerPort": 80
|
|
|
|
|
}]
|
2014-07-23 14:08:16 -04:00
|
|
|
}]
|
2014-06-06 19:40:48 -04:00
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"currentState": {
|
|
|
|
|
"host": "host-1"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
2014-06-09 01:38:45 -04:00
|
|
|
"id": "my-pod-2",
|
2014-06-06 19:40:48 -04:00
|
|
|
"labels": {
|
2015-01-20 14:42:00 -05:00
|
|
|
"name": "test-run",
|
|
|
|
|
"replicationcontroller": "test-run"
|
2014-06-06 19:40:48 -04:00
|
|
|
},
|
|
|
|
|
"desiredState": {
|
|
|
|
|
"manifest": {
|
2014-06-30 19:16:06 -04:00
|
|
|
"version": "v1beta1",
|
|
|
|
|
"id": "my-pod-2",
|
2014-06-06 19:40:48 -04:00
|
|
|
"containers": [{
|
2014-07-23 14:08:16 -04:00
|
|
|
"name": "nginx",
|
2014-06-06 19:40:48 -04:00
|
|
|
"image": "dockerfile/nginx",
|
|
|
|
|
"ports": [{
|
|
|
|
|
"hostPort": 8080,
|
|
|
|
|
"containerPort": 80
|
|
|
|
|
}]
|
2014-07-23 14:08:16 -04:00
|
|
|
}]
|
2014-06-06 19:40:48 -04:00
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"currentState": {
|
|
|
|
|
"host": "host-2"
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
]
|
2014-06-30 19:16:06 -04:00
|
|
|
}
|