NasVolumeSpec
NasVolumeSpec
NAS configuration for NFS based cluster
JSON Example
{
"serverName": [
"string"
],
"path": "string",
"readOnly": false,
"userTag": "string"
}
array of string
serverName
Required
NFS Server name used for cluster creation
string
path
Required
Shared directory path used for NFS based cluster creation
boolean
readOnly
Required
Readonly is used to identify whether to mount the directory as readOnly or not
string
userTag
Optional
User tag used to annotate NFS share