k3s/api/examples/controller-list.json

36 lines
1019 B
JSON
Raw Normal View History

2014-06-06 23:40:48 +00:00
{
"kind": "ReplicationControllerList",
"apiVersion": "v1beta1",
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": {
"manifest": {
"version": "v1beta1",
"image": "dockerfile/nginx",
"networkPorts": [
{
"hostPort": 8080,
"containerPort": 80
}
]
}
2014-06-06 23:40:48 +00:00
},
"labels": {
"name": "testRun"
}
}
},
"labels": {
"name": "testRun"
}
}
]
}