POST - /kubernetes/item/deploy/native
Description
This API deploys an item from the catalog using kubernetes native recipe.
Input
Type: application/json
Param | Source | Type | Required | Description |
---|---|---|---|---|
configuration | body | object | Yes | Â |
recipe | body | object | Yes | Â |
catalog | body.recipe | object | Yes | Â |
item | body.recipe | object | Yes | Â |
env | body.recipe.item | string | Yes | Â |
name | body.recipe.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 | Â |
id | body.recipe.catalog | string | Yes | Â |
version | body.recipe.catalog | string | Yes | Â |
shell | body.recipe.catalog | string | Yes | Â |
src | body.recipe | object | no | Â |
deployment | body.recipe | object | Yes | Â |
apiVersion | body.recipe.service | string | yes | Â |
kind | body.recipe.service | enum | yes |
|
metadata | body.recipe.service | object | yes | Â |
spec | body.recipe.service | object | yes | Â |
template | body.recipe.service.spec | object | yes | Â |
metadata | body.recipe.service.spec.template | object | yes | Â |
service | body.recipe | object | no | Â |
apiVersion | body.recipe.service | string | yes | Â |
kind | body.recipe.service | enum | yes |
|
metadata | body.recipe.service | object | yes | Â |
spec | body.recipe.service | object | yes | Â |
selector | body.recipe.service.spec | object | yes | Â |
Â
Â