/
POST - /kubernetes/secret/registry
POST - /kubernetes/secret/registry
Description
This API creates a secret for private image registry.
Input
Type: application/json
Param | Source | Type | Required | Description |
---|---|---|---|---|
configuration | body | object | Yes |
|
name | body | string | Yes |
|
content | body | object | Yes |
|
username | body.content | string | Yes |
|
password | body.content | string | Yes |
|
body.content | string | Yes |
| |
server | body.content | string | Yes |
|