clusterSpec_clusterConfig

clusterSpec_clusterConfig
clusterSpec_clusterConfig
JSON Example
{
    "csi": [
        {
            "name": "string",
            "properties": {
                "serverIP": "string",
                "mountPath": "string",
                "datastoreUrl": "string",
                "region": "string",
                "zone": "string"
            }
        }
    ],
    "tools": [
        {
            "name": "string",
            "properties": {
                "extensionId": "string",
                "type": "string",
                "url": "string",
                "username": "string"
            }
        }
    ],
    "systemSettings": [
        {
            "name": "string",
            "properties": {
                "host": "string",
                "port": 0,
                "protocol": "string"
            }
        }
    ]
}
csi
Optional

csi

tools
Optional

List of operators and addons on the cluster.

systemSettings
Optional

List of syslog servers added to the cluster.

Property Of