POST - /account/kubernetes
Description
This API adds a kubernetes account.
Input
Type: application/json
Param | Source | Type | Required | Description |
---|---|---|---|---|
configuration | body | object | yes | Â |
type | body.configuration | enum | yes | ["secret"] |
token | body.configuration | string | yes | Â |
url | body.configuration | string | yes | Â |
protocol | body.configuration | enum | no | ["http", "https"] |
port | body.configuration | integer | yes | Â |
label | body | string | yes | Â |
description | body | string | no | Â |
Â
Â