Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 815 Bytes

File metadata and controls

12 lines (8 loc) · 815 Bytes

V1NFSVolumeSource

Properties

Name Type Description Notes
server str Server is the hostname or IP address of the NFS server. More info: http://releases.k8s.io/release-1.2/docs/user-guide/volumes.md#nfs
path str Path that is exported by the NFS server. More info: http://releases.k8s.io/release-1.2/docs/user-guide/volumes.md#nfs
read_only bool ReadOnly here will force the NFS export to be mounted with read-only permissions. Defaults to false. More info: http://releases.k8s.io/release-1.2/docs/user-guide/volumes.md#nfs [optional]

[Back to Model list] [Back to API list] [Back to README]