clusterConfig_properties
{
"name": "string",
"isDefault": false,
"serverIP": "string",
"mountPath": "string",
"datastoreUrl": "string",
"timeout": "string"
}
Name of the storage class. Defaults to 'vsphere-sc' for type vsphere-csi. Defaults to 'nfs-client' for type nfs_client.
Default storage class in k8s for pvc claim.
NFS Server IP Address. Valid only if type is nfs_client (Mandatory)
Mount Path of NFS Server. Valid only if type is nfs_client (Mandatory)
Datastore Url for vSphere CSI. If no datastore is provided master node datastore is considered. Valid only if type is vsphere-csi (Optional)
Timeout of all calls to CSI driver. If not speified default value is 300 seconds. Valid only if type is vsphere-csi (Optional).