Cloud.Tanzu.Cluster
Request schema for provisioning of Tanzu Kubernetes cluster resource
{
"annotations": [
{
"key": "string",
"value": "string"
}
],
"constraints": [
{
"tag": "string"
}
],
"content": "string",
"count": 0,
"description": "string",
"labels": [
{
"key": "string",
"value": "string"
}
],
"name": "string",
"plan": "string",
"workers": 0
}
annotations used to attach arbitrary non-identifying metadata to kubernetes objects in metadata/labels
To target the correct resources, blueprint constraints are matched against infrastructure capability tags. Constraints must include the key name. Options include value, negative [!], and hard or soft requirement.
Kubernetes Yaml Content
The number of resource instances to be created.
An optional description of this Kubernetes cluster.
Map of key/value pairs that are attached to kubernetes objects in metadata/labels
A name for this Tanzu Kubernetes cluster. Must not contain special characters.
Cluster plan to be applied on this cluster. Must not contain special characters.
Number of worker nodes.