/
POST - /account/kubernetes
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 |
|