clusterTemplate_clusterConfig_properties

clusterTemplate_clusterConfig_properties
clusterTemplate_clusterConfig_properties
JSON Example
{
    "name": "string",
    "isDefault": false,
    "timeout": "string"
}
string
name
Optional

Name of the storage class. Defaults to 'vsphere-sc' for type vsphere-csi. Defaults to 'nfs-client' for type nfs_client.

boolean
isDefault
Optional

Default storage class in k8s for pvc claim. Defaults to True for type vsphere-csi. Defaults to False for type nfs_client. Only one type of storage class can be default storage class. (Optional)

string
timeout
Optional

Timeout of all calls to CSI driver. If not speified default value is 300 seconds. Valid only if type is vsphere-csi (Optional).