forked from LaconicNetwork/kompose
51 lines
1.1 KiB
JSON
51 lines
1.1 KiB
JSON
{
|
|
"kind": "List",
|
|
"apiVersion": "v1",
|
|
"metadata": {},
|
|
"items": [
|
|
{
|
|
"apiVersion": "apps/v1",
|
|
"kind": "DaemonSet",
|
|
"metadata": {
|
|
"annotations": {
|
|
"kompose.cmd": "%CMD%",
|
|
"kompose.version": "%VERSION%"
|
|
},
|
|
"creationTimestamp": null,
|
|
"labels": {
|
|
"io.kompose.service": "worker"
|
|
},
|
|
"name": "worker"
|
|
},
|
|
"spec": {
|
|
"template": {
|
|
"metadata": {
|
|
"creationTimestamp": null,
|
|
"labels": {
|
|
"io.kompose.service": "worker"
|
|
}
|
|
},
|
|
"spec": {
|
|
"containers": [
|
|
{
|
|
"image": "dockersamples/examplevotingapp_worker",
|
|
"imagePullPolicy": "",
|
|
"name": "worker",
|
|
"resources": {}
|
|
}
|
|
],
|
|
"restartPolicy": "Always",
|
|
"serviceAccountName": "",
|
|
"volumes": null
|
|
}
|
|
}
|
|
},
|
|
"status": {
|
|
"currentNumberScheduled": 0,
|
|
"desiredNumberScheduled": 0,
|
|
"numberMisscheduled": 0
|
|
}
|
|
}
|
|
]
|
|
}
|