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 | Â |
Â