public static interface V1.NFSVolumeSourceOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
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.
|
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.
|
boolean |
hasPath()
Path that is exported by the NFS server.
|
boolean |
hasReadOnly()
ReadOnly here will force
the NFS export to be mounted with read-only permissions.
|
boolean |
hasServer()
Server is the hostname or IP address of the NFS server.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasServer()
Server is the hostname or IP address of the NFS server. More info: https://kubernetes.io/docs/concepts/storage/volumes#nfs
optional string server = 1;
String getServer()
Server is the hostname or IP address of the NFS server. More info: https://kubernetes.io/docs/concepts/storage/volumes#nfs
optional string server = 1;
com.google.protobuf.ByteString getServerBytes()
Server is the hostname or IP address of the NFS server. More info: https://kubernetes.io/docs/concepts/storage/volumes#nfs
optional string server = 1;
boolean hasPath()
Path that is exported by the NFS server. More info: https://kubernetes.io/docs/concepts/storage/volumes#nfs
optional string path = 2;
String getPath()
Path that is exported by the NFS server. More info: https://kubernetes.io/docs/concepts/storage/volumes#nfs
optional string path = 2;
com.google.protobuf.ByteString getPathBytes()
Path that is exported by the NFS server. More info: https://kubernetes.io/docs/concepts/storage/volumes#nfs
optional string path = 2;
boolean hasReadOnly()
ReadOnly here will force the NFS export to be mounted with read-only permissions. Defaults to false. More info: https://kubernetes.io/docs/concepts/storage/volumes#nfs +optional
optional bool readOnly = 3;
boolean getReadOnly()
ReadOnly here will force the NFS export to be mounted with read-only permissions. Defaults to false. More info: https://kubernetes.io/docs/concepts/storage/volumes#nfs +optional
optional bool readOnly = 3;
Copyright © 2021. All rights reserved.