...
Param | Source | Type | Required | Description |
---|---|---|---|---|
catalog | body.recipe | object | Yes | |
item | body.recipe | object | Yes |
|
src | body.recipe | object | no |
|
mode | body.recipe | stringenum | yes | only the following |
labels | body.recipe | object | no | |
image | body.recipe | object | yes | |
ports | body.recipe | array | no | |
workingDir | body.recipe | string | no | |
command | body.recipe | array | no | |
args | body.recipe | array | no | |
readinessProbe | body.recipe | object | yes | |
livenessProbe | body.recipe | object | no | |
env | body.recipe | array | no | |
volume | body.recipe | object | no | |
replicas | body.recipe | integer | no | |
revisionHistoryLimit | body.recipe | integer | no | |
restartPolicy | body.recipe | string | no | |
service | body.recipe | object | no |
...