...
Input | Source | Required | Type | Description |
---|---|---|---|---|
id | query | Yes | string | |
catalog | body | Yes | object | |
name | body.catalog | Yes | string | |
type | body.catalog | Yes | string | |
subtype | body.catalog | No | string | |
description | body.catalog | Yes | string | |
recipe | body.catalog | Yes | object | |
deployOptions | body.catalog.recipe | Yes | object | |
image | body.catalog.recipe.deployOptions | No | object | |
prefix | body.catalog.recipe.deployOptions.image | No | string | |
name | body.catalog.recipe.deployOptions.image | Yes | string | |
tag | body.catalog.recipe.deployOptions.image | Yes | string | |
repositoryType | body.catalog.recipe.deployOptions.image | No | string |
|
pullPolicy | body.catalog.recipe.deployOptions.image | No | string | |
shell | body.catalog.recipe.deployOptions.image | No | string | |
sourceCode | body.catalog.recipe.deployOptions | No | object | |
configuration | body.catalog.recipe.deployOptions.sourceCode | No | object | |
label | body.catalog.recipe.deployOptions.sourceCode.configuration | Yes | string | |
readinessProbe | body.catalog.recipe.deployOptions | No | object | Free JSON Schema |
liveinessProbe | body.catalog.recipe.deployOptions | No | object | Free JSON Schema |
ports | body.catalog.recipe.deployOptions | No | Array of objects | |
name | body.catalog.recipe.deployOptions.ports | Yes | string | |
isPublished | body.catalog.recipe.deployOptions.ports | No | boolean | |
port | body.catalog.recipe.deployOptions.ports | No | number | |
target | body.catalog.recipe.deployOptions.ports | No | number | |
published | body.catalog.recipe.deployOptions.ports | No | number | |
preserveClientIP | body.catalog.recipe.deployOptions.ports | No | boolean | |
voluming | body.catalog.recipe.deployOptions | No | object | |
kubernetes | body.catalog.recipe.deployOptions.voluming | No | object | |
volume | body.catalog.recipe.deployOptions.voluming.kubernetes | Yes | object | |
volumeMount | body.catalog.recipe.deployOptions.voluming.kubernetes | Yes | object | |
labels | body.catalog.recipe.deployOptions | No | object | |
execCommands | body.catalog.recipe.deployOptions | No | object | |
buildOptions | body.catalog.recipe | No | object | |
settings | body.catalog.recipe.buildOptions | No | object | |
env | body.catalog.recipe.buildOptions | No | object | |
type | body.catalog.recipe.buildOptions.env | Yes | string |
|
label | body.catalog.recipe.buildOptions.env | No | string | |
fieldMsg | body.catalog.recipe.buildOptions.env | No | string | |
default | body.catalog.recipe.buildOptions.env | No | string | |
cmd | body.catalog.recipe.buildOptions | No | object | |
deploy | body.catalog.recipe.buildOptions.cmd | Yes | object | |
command | body.catalog.recipe.buildOptions.cmd.deploy | Yes | Array of strings | |
args | body.catalog.recipe.buildOptions.cmd.deploy | Yes | Array of strings |
...