clusterConfigurations

clusterConfigurations
clusterConfigurations
JSON Example
{
    "csiEditable": true,
    "systemSettings": [
        {
            "name": "syslog",
            "properties": {
                "protocol": "udp",
                "port": 0,
                "host": "host"
            }
        },
        {
            "name": "syslog",
            "properties": {
                "protocol": "udp",
                "port": 0,
                "host": "host"
            }
        }
    ],
    "csi": [
        {
            "name": "vsphere-csi",
            "properties": {
                "isDefault": true,
                "mountPath": "mountPath",
                "datastoreUrl": "datastoreUrl",
                "zone": "zone",
                "name": "name",
                "serverIP": "serverIP",
                "region": "region",
                "timeout": "timeout"
            }
        },
        {
            "name": "vsphere-csi",
            "properties": {
                "isDefault": true,
                "mountPath": "mountPath",
                "datastoreUrl": "datastoreUrl",
                "zone": "zone",
                "name": "name",
                "serverIP": "serverIP",
                "region": "region",
                "timeout": "timeout"
            }
        }
    ],
    "cniEditable": true,
    "tools": [
        {
            "name": "helm",
            "version": "version",
            "properties": "{}"
        },
        {
            "name": "helm",
            "version": "version",
            "properties": "{}"
        }
    ],
    "cni": [
        {
            "name": "calico",
            "properties": "{}"
        },
        {
            "name": "calico",
            "properties": "{}"
        }
    ],
    "kubernetesVersion": "kubernetesVersion"
}
boolean
cniEditable
Optional

Internal flag to indicate if add/edit on CNIs are allowed.

boolean
csiEditable
Optional

Internal flag to indicate if add/edit on CSIs are allowed.

cni
Optional

Container Network Interfaces configured to the cluster.

csi
Optional

Container Storage Interfaces configured to the cluster.

string
kubernetesVersion
Optional

Kubernetes version of the cluster.

tools
Optional

List of operators and addons on the cluster.

systemSettings
Optional

List of syslog servers added to the cluster.

Property Of