NfsMount

Represents a mount configuration for Network File System (NFS) to mount.

Fields
server string

Required. IP address of the NFS server.

path string

Required. Source path exported from NFS server. Has to start with '/', and combined with the ip address, it indicates the source mount path in the form of server:path

mountPoint string

Required. Destination mount path. The NFS will be mounted for the user under /mnt/nfs/

JSON representation
{
  "server": string,
  "path": string,
  "mountPoint": string
}