PUT - /kubernetes/:type/:mode
Description
This API updates a resource of type (workload, service, storage) and specific mode as follow:
Type | Mode | kind |
---|---|---|
workload |
|
|
service |
|
|
storage |
|
|
Input
Type: application/json
Param | Source | Type | Required | Description |
---|---|---|---|---|
 configuration |  body | object |  yes |  |
 name | body | string |  yes |  |
body | body | object | yes | Â |
kind | body.body | enum | yes | check table above |
metadata | body.body | object | yes | Â |
name | body.body.metadata | string | yes | Â |
Â
Â