Download OpenAPI specification:Download
clusterId required | string cluster ID is the id of the target cluster already registered with control plane. |
object (v1Config) Configuration of the target cluster registration manifest. | |||||
|
{- "config": {
- "customImageRegistryConfig": {
- "registryUrl": "string",
- "registryNamespace": "string",
- "username": "string",
- "password": "string",
- "caCert": "string"
}, - "proxyConfig": {
- "httpUrl": "string",
- "httpsUrl": "string",
- "username": "string",
- "password": "string",
- "noProxy": "string",
- "caCert": "string"
}
}
}
{- "manifest": "string"
}
tenantId required | string tenanat_id is the id of the Tenant (Organization) for which manifest is requested. |
clusterName | string cluster_name which the user wants to use. |
object (v1Config) Configuration of the target cluster registration manifest. |
{- "clusterName": "string",
- "config": {
- "customImageRegistryConfig": {
- "registryUrl": "string",
- "registryNamespace": "string",
- "username": "string",
- "password": "string",
- "caCert": "string"
}, - "proxyConfig": {
- "httpUrl": "string",
- "httpsUrl": "string",
- "username": "string",
- "password": "string",
- "noProxy": "string",
- "caCert": "string"
}
}
}
{- "manifest": "string"
}