...
Param | Source | Type | Required | Description |
---|---|---|---|---|
configuration | body | object | Yes |
|
recipe | body | object | Yes |
|
catalog | body.recipe | object | Yes | |
id | body.recipe |
...
Param | Source | Type | Required | Description |
---|---|---|---|---|
catalog | .catalog | string | Yes |
|
version | body.recipe.catalog | string | Yes | |
shell | body.recipe.catalog | string | Yes |
|
schedule | body.recipe.catalog | string | yes | |
concurrencyPolicy | body.recipe.catalog | string | yes | |
restartPolicy | body.recipe.catalog | enum | yes |
|
item | body.recipe | object | Yes |
|
env | body.recipe.item | string | Yes |
|
name | body.recipeobject.item | string | Yes | |
group | body.recipe.item | string | Yes |
|
type | body.recipe.item | string | Yes | |
subtype | body.recipe.item | string | no | |
version | body.recipe.item | string | Yes | |
src | body.recipe | object | no |
|
from | body.recipe.src | object | yes | |
repo | body.recipe.src | string | yes | |
owner | body.recipe.src | string | yes | |
mode | body.recipe | enum | yes | only |
labels | body.recipe | object | no | object of key and value for labels |
image | body.recipe | object | yes | |
name | body.recipe.image | string | yes | |
imagePullPolicy | body.recipe.image | string | yes | |
secret | body.recipe.image | string | no | |
ports | body.recipe | array of objects | no | |
name | body.recipe.ports | string | yes | |
containerPort | body.recipe.ports | integer | yes | |
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 | |
items | body.recipe.env | object | no | |
volume | body.recipe | object | no | |
volumeMounts | body.recipe.volume | array of objects | no | |
replicasvolumes | body.recipe.volume | integerarray of objects | no | |
revisionHistoryLimitreplicas | body.recipe | integer | no | |
restartPolicyrevisionHistoryLimit | body.recipe | stringinteger | no | |
service | body.recipe | object | no | |
ports | body.recipe. |
...
Param | Source | Type | Required | Description | |
---|---|---|---|---|---|
idservice | array of objects | Yes | |||
items | body.recipe.service.ports | object | yes | ||
name | body.recipe.catalogservice.ports.items | string | Yesyes |
| |
versionport | body.recipe.service.catalogports.items | stringinteger | Yesyes | ||
shelltype | body.recipe.catalogservice | string | Yes |
| |
concurrencyPolicyexternalTrafficPolicy | body.recipe.catalogservice | string | yesYes |
body.recipe.itemsrc.from
Conditional require, with one of the following:
["tag"]
["branch", "commit"]
Param | Source | Type | Required | Description | |||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
envtag | body.recipe.itemsrc.from | string | Yes conditional | ||||||||||||||
branch | name | body.recipe.src.itemfrom | string | Yes conditional | |||||||||||||
groupcommit | body.recipe.itemsrc.from | string | Yes |
| type | body.recipe.item | string | Yes | subtype | body.recipe.item | string | no | version | body.recipe.item | string | Yesconditional |
body.recipe.env.items
Conditional require, with one of the following:
["name", "valueFrom"]
["name", "value"]
Param | Source | Type | Required | Description |
---|---|---|---|---|
name | body.config.src.env | string | Yes conditional | |
value | body.config.src.env | string | Yes conditional | |
valueFrom | body.config.src.env | object | Yes conditional | |
secretKeyRef | body.config.src.env.valueFrom | object | yes | |
name | body.config.src.env.valueFrom.secretKeyRef | string | yes | |
key | body.config.src.env.valueFrom.secretKeyRef | string | yes |