mirror of https://github.com/k3s-io/k3s
55 lines
1.4 KiB
JSON
55 lines
1.4 KiB
JSON
{
|
|
"kind": "PodList",
|
|
"apiVersion": "v1beta1",
|
|
"items": [
|
|
{
|
|
"id": "my-pod-1",
|
|
"labels": {
|
|
"name": "testRun",
|
|
"replicationController": "testRun"
|
|
},
|
|
"desiredState": {
|
|
"manifest": {
|
|
"version": "v1beta1",
|
|
"id": "my-pod-1",
|
|
"containers": [{
|
|
"name": "nginx",
|
|
"image": "dockerfile/nginx",
|
|
"ports": [{
|
|
"hostPort": 8080,
|
|
"containerPort": 80
|
|
}]
|
|
}]
|
|
}
|
|
},
|
|
"currentState": {
|
|
"host": "host-1"
|
|
}
|
|
},
|
|
{
|
|
"id": "my-pod-2",
|
|
"labels": {
|
|
"name": "testRun",
|
|
"replicationController": "testRun"
|
|
},
|
|
"desiredState": {
|
|
"manifest": {
|
|
"version": "v1beta1",
|
|
"id": "my-pod-2",
|
|
"containers": [{
|
|
"name": "nginx",
|
|
"image": "dockerfile/nginx",
|
|
"ports": [{
|
|
"hostPort": 8080,
|
|
"containerPort": 80
|
|
}]
|
|
}]
|
|
}
|
|
},
|
|
"currentState": {
|
|
"host": "host-2"
|
|
}
|
|
}
|
|
]
|
|
}
|