mirror of https://github.com/k3s-io/k3s
36 lines
1019 B
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"
|
|
}
|
|
}
|
|
]
|
|
}
|