Creates a application deployment in one of virtual clusters in the cluster group
POST/v1/appDeployments/clusterGroup
Creates a application deployment in one of virtual clusters in the cluster group
Request
Header Parameters
Scope the request to the specified project uid
- application/json
Body
metadata object
ObjectMeta input entity for object creation
annotations object
Annotations are system generated key value metadata for the resource. As an input certain annotations like description can be set
labels object
Labels are key value data to organize and categorize resources. Providing spectro__tag as value for a label is considered as a kubernetes compliant tag
Name of the resource
spec object
Application deployment cluster group spec
config object
Application deployment cluster group config
targetSpec object
Application deployment cluster group target spec
Application deployment cluster group uid
clusterLimits
Application deployment target cluster limits
CPU cores
Memory in MiB
Storage in GiB
Application deployment virtual cluster name
profile object
Application deployment profile request payload
Application deployment profile uid
Responses
- 201
Created successfully
Response Headers
AuditUid string
Audit uid for the request
- application/json
- Schema
- Example (from schema)
Schema
{
"uid": "string"
}