public interface NFSVolumeSourceOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getPath()
Path that is exported by the NFS server.
|
com.google.protobuf.ByteString |
getPathBytes()
Path that is exported by the NFS server.
|
boolean |
getReadOnly()
ReadOnly here will force
the NFS export to be mounted with read-only permissions.
|
java.lang.String |
getServer()
Server is the hostname or IP address of the NFS server.
|
com.google.protobuf.ByteString |
getServerBytes()
Server is the hostname or IP address of the NFS server.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofjava.lang.String getServer()
Server is the hostname or IP address of the NFS server. More info: http://releases.k8s.io/release-1.4/docs/user-guide/volumes.md#nfs
optional string server = 1;com.google.protobuf.ByteString getServerBytes()
Server is the hostname or IP address of the NFS server. More info: http://releases.k8s.io/release-1.4/docs/user-guide/volumes.md#nfs
optional string server = 1;java.lang.String getPath()
Path that is exported by the NFS server. More info: http://releases.k8s.io/release-1.4/docs/user-guide/volumes.md#nfs
optional string path = 2;com.google.protobuf.ByteString getPathBytes()
Path that is exported by the NFS server. More info: http://releases.k8s.io/release-1.4/docs/user-guide/volumes.md#nfs
optional string path = 2;boolean getReadOnly()
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.4/docs/user-guide/volumes.md#nfs
optional bool readOnly = 3;