Cloud.K8S.Cluster
Request schema for provisioning of Kubernetes cluster resource
{
"connectBy": "string",
"constraints": [
{
"tag": "string"
}
],
"content": "string",
"count": 0,
"description": "string",
"hostname": "string",
"name": "string",
"port": 0,
"workers": 0
}
Connect the cluster by hostname or ip address.
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.
Hostname for the master node.
A name for this Kubernetes cluster. Must not contain special characters.
Port number.
Number of worker nodes.