public interface QuobyteVolumeSourceOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getGroup()
Group to map volume access to
Default is no group
|
com.google.protobuf.ByteString |
getGroupBytes()
Group to map volume access to
Default is no group
|
boolean |
getReadOnly()
ReadOnly here will force the Quobyte volume to be mounted with read-only permissions.
|
java.lang.String |
getRegistry()
Registry represents a single or multiple Quobyte Registry services
specified as a string as host:port pair (multiple entries are separated with commas)
which acts as the central registry for volumes
|
com.google.protobuf.ByteString |
getRegistryBytes()
Registry represents a single or multiple Quobyte Registry services
specified as a string as host:port pair (multiple entries are separated with commas)
which acts as the central registry for volumes
|
java.lang.String |
getUser()
User to map volume access to
Defaults to serivceaccount user
|
com.google.protobuf.ByteString |
getUserBytes()
User to map volume access to
Defaults to serivceaccount user
|
java.lang.String |
getVolume()
Volume is a string that references an already created Quobyte volume by name.
|
com.google.protobuf.ByteString |
getVolumeBytes()
Volume is a string that references an already created Quobyte volume by name.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofjava.lang.String getRegistry()
Registry represents a single or multiple Quobyte Registry services specified as a string as host:port pair (multiple entries are separated with commas) which acts as the central registry for volumes
string registry = 1;com.google.protobuf.ByteString getRegistryBytes()
Registry represents a single or multiple Quobyte Registry services specified as a string as host:port pair (multiple entries are separated with commas) which acts as the central registry for volumes
string registry = 1;java.lang.String getVolume()
Volume is a string that references an already created Quobyte volume by name.
string volume = 2;com.google.protobuf.ByteString getVolumeBytes()
Volume is a string that references an already created Quobyte volume by name.
string volume = 2;boolean getReadOnly()
ReadOnly here will force the Quobyte volume to be mounted with read-only permissions. Defaults to false.
bool readOnly = 3;java.lang.String getUser()
User to map volume access to Defaults to serivceaccount user
string user = 4;com.google.protobuf.ByteString getUserBytes()
User to map volume access to Defaults to serivceaccount user
string user = 4;java.lang.String getGroup()
Group to map volume access to Default is no group
string group = 5;com.google.protobuf.ByteString getGroupBytes()
Group to map volume access to Default is no group
string group = 5;