PUT - /kubernetes/item/redeploy
Description
This API redeploys an item.
Input
Type: application/json
Param | Source | Type | Required | Description |
---|---|---|---|---|
 configuration |  body | object |  yes |  |
 name | body | object |  yes | conditional |
mode | body | enum | yes |
|
serviceName | body | string | no | Â |
image | body | object | no | Â |
tag | body.image | string | yes | Â |
src | body | object | no | Â |
from | body.src | object | yes | conditional |
 body.src.from
Conditional require, with one of the following:
["tag"]
["branch", "commit"]
Param | Source | Type | Required | Description |
---|---|---|---|---|
tag | body.src.from | string | Yes conditional | Â |
branch | body.src.from | string | Yes conditional | Â |
commit | body.src.from | string | Yes conditional | Â |
 body.name
Conditional require, with one of the following:
["metaname"]
["item"]
Param | Source | Type | Required | Description |
---|---|---|---|---|
metaname | body.name | string | Yes conditional | Â |
item | body.name | object | Yes conditional | Â |
env | body.name.item | string | Yes | Â |
name | body.name.item | string | Yes | Â |
version | body.name.item | string | Yes | Â |
Â
Â