public static interface V1.QuobyteVolumeSourceOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getGroup()
Group to map volume access to
Default is no group
+optional
|
com.google.protobuf.ByteString |
getGroupBytes()
Group to map volume access to
Default is no group
+optional
|
boolean |
getReadOnly()
ReadOnly here will force the Quobyte volume to be mounted with read-only permissions.
|
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
|
String |
getUser()
User to map volume access to
Defaults to serivceaccount user
+optional
|
com.google.protobuf.ByteString |
getUserBytes()
User to map volume access to
Defaults to serivceaccount user
+optional
|
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.
|
boolean |
hasGroup()
Group to map volume access to
Default is no group
+optional
|
boolean |
hasReadOnly()
ReadOnly here will force the Quobyte volume to be mounted with read-only permissions.
|
boolean |
hasRegistry()
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
|
boolean |
hasUser()
User to map volume access to
Defaults to serivceaccount user
+optional
|
boolean |
hasVolume()
Volume is a string that references an already created Quobyte volume by name.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasRegistry()
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
optional string registry = 1;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
optional 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
optional string registry = 1;boolean hasVolume()
Volume is a string that references an already created Quobyte volume by name.
optional string volume = 2;String getVolume()
Volume is a string that references an already created Quobyte volume by name.
optional string volume = 2;com.google.protobuf.ByteString getVolumeBytes()
Volume is a string that references an already created Quobyte volume by name.
optional string volume = 2;boolean hasReadOnly()
ReadOnly here will force the Quobyte volume to be mounted with read-only permissions. Defaults to false. +optional
optional bool readOnly = 3;boolean getReadOnly()
ReadOnly here will force the Quobyte volume to be mounted with read-only permissions. Defaults to false. +optional
optional bool readOnly = 3;boolean hasUser()
User to map volume access to Defaults to serivceaccount user +optional
optional string user = 4;String getUser()
User to map volume access to Defaults to serivceaccount user +optional
optional string user = 4;com.google.protobuf.ByteString getUserBytes()
User to map volume access to Defaults to serivceaccount user +optional
optional string user = 4;boolean hasGroup()
Group to map volume access to Default is no group +optional
optional string group = 5;String getGroup()
Group to map volume access to Default is no group +optional
optional string group = 5;com.google.protobuf.ByteString getGroupBytes()
Group to map volume access to Default is no group +optional
optional string group = 5;Copyright © 2018. All rights reserved.