Class NFSVolumeSource (0.13.0) Stay organized with collections Save and categorize content based on your preferences.
NFSVolumeSource(mapping=None,*,ignore_unknown_fields=False,**kwargs)Represents an NFS mount.
Attributes | |
|---|---|
| Name | Description |
server | strHostname or IP address of the NFS server |
path | strPath that is exported by the NFS server. |
read_only | boolIf true, the volume will be mounted as read only for all mounts. |
Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-12-16 UTC.