clusterTemplate_clusterConfig

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"
        }
    ]
}
cni
Optional

Container Network Interfaces to be configured on the cluster.

csi
Optional

Container Storage Interfaces to be configured on the cluster.

string
kubernetesVersion
Required

Kubernetes version of the cluster.

tools
Optional

List of addons to be configured on the cluster.

Property Of