kubernetes/api/examples/controller-list.json

36 lines
1,019 B
JSON
Raw Normal View History

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