Class NFSVolumeSource (0.10.7)

NFSVolumeSource(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Represents an NFS mount.

Attributes

Name Description
server str
Hostname or IP address of the NFS server
path str
Path that is exported by the NFS server.
read_only bool
If true, the volume will be mounted as read only for all mounts.