k3s/api/examples/controller-list.json

36 lines
1019 B
JSON

{
"kind": "ReplicationControllerList",
"apiVersion": "v1beta1",
"items": [
{
"id": "testRun",
"desiredState": {
"replicas": 2,
"replicaSelector": {
"name": "testRun"
},
"podTemplate": {
"desiredState": {
"manifest": {
"version": "v1beta1",
"image": "dockerfile/nginx",
"networkPorts": [
{
"hostPort": 8080,
"containerPort": 80
}
]
}
},
"labels": {
"name": "testRun"
}
}
},
"labels": {
"name": "testRun"
}
}
]
}