NasVolumeSpec

NasVolumeSpec
NasVolumeSpec

NAS configuration for NFS based cluster

JSON Example
{
    "path": "string",
    "readOnly": false,
    "serverName": [
        "string"
    ],
    "userTag": "string"
}
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

array of string
serverName
Required

NFS Server name used for cluster creation

string
userTag
Optional

User tag used to annotate NFS share

Property Of