clusterConfig

clusterConfig
clusterConfig
JSON Example
{
    "cni": [
        {
            "name": "string"
        }
    ],
    "csi": [
        {
            "name": "string",
            "properties": {
                "name": "string",
                "isDefault": false,
                "serverIP": "string",
                "mountPath": "string",
                "datastoreUrl": "string",
                "timeout": "string"
            }
        }
    ],
    "kubernetesVersion": "string",
    "tools": [
        {
            "name": "string",
            "version": "string"
        }
    ],
    "systemSettings": [
        {
            "name": "string",
            "properties": {
                "host": "string",
                "port": 0,
                "protocol": "string"
            }
        }
    ]
}
cni
Optional

cni

csi
Optional

csi

string
kubernetesVersion
Optional

kubernetesVersion

tools
Optional

tools

systemSettings
Optional

systemSettings

Property Of