clusterTemplate_clusterConfig
clusterTemplate_clusterConfig
JSON Example
{
"cni": [
{
"name": "string"
}
],
"csi": [
{
"name": "string",
"properties": {
"name": "string",
"isDefault": false,
"timeout": "string"
}
}
],
"kubernetesVersion": "string",
"tools": [
{
"name": "string",
"version": "string"
}
]
}
array of
clusterTemplate_clusterConfig_cni
cni
Optional
Container Network Interfaces to be configured on the cluster.
array of
clusterTemplate_clusterConfig_csi
csi
Optional
Container Storage Interfaces to be configured on the cluster.
string
kubernetesVersion
Required
Kubernetes version of the cluster.
array of
clusterTemplate_clusterConfig_tools
tools
Optional
List of addons to be configured on the cluster.