Package k8s.io.api.core.v1
Interface Generated.QuobyteVolumeSourceOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Generated.QuobyteVolumeSource,Generated.QuobyteVolumeSource.Builder
- Enclosing class:
- Generated
public static interface Generated.QuobyteVolumeSourceOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetGroup()group to map volume access to Default is no group +optionalcom.google.protobuf.ByteStringgetGroupBytes()group to map volume access to Default is no group +optionalbooleangetReadOnly()readOnly here will force the Quobyte volume to be mounted with read-only permissions.StringgetRegistry()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 volumescom.google.protobuf.ByteStringgetRegistryBytes()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 volumesStringgetTenant()tenant owning the given Quobyte volume in the Backend Used with dynamically provisioned Quobyte volumes, value is set by the plugin +optionalcom.google.protobuf.ByteStringgetTenantBytes()tenant owning the given Quobyte volume in the Backend Used with dynamically provisioned Quobyte volumes, value is set by the plugin +optionalStringgetUser()user to map volume access to Defaults to serivceaccount user +optionalcom.google.protobuf.ByteStringgetUserBytes()user to map volume access to Defaults to serivceaccount user +optionalStringgetVolume()volume is a string that references an already created Quobyte volume by name.com.google.protobuf.ByteStringgetVolumeBytes()volume is a string that references an already created Quobyte volume by name.booleanhasGroup()group to map volume access to Default is no group +optionalbooleanhasReadOnly()readOnly here will force the Quobyte volume to be mounted with read-only permissions.booleanhasRegistry()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 volumesbooleanhasTenant()tenant owning the given Quobyte volume in the Backend Used with dynamically provisioned Quobyte volumes, value is set by the plugin +optionalbooleanhasUser()user to map volume access to Defaults to serivceaccount user +optionalbooleanhasVolume()volume is a string that references an already created Quobyte volume by name.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasRegistry
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
optional string registry = 1;- Returns:
- Whether the registry field is set.
-
getRegistry
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;- Returns:
- The registry.
-
getRegistryBytes
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;- Returns:
- The bytes for registry.
-
hasVolume
boolean hasVolume()
volume is a string that references an already created Quobyte volume by name.
optional string volume = 2;- Returns:
- Whether the volume field is set.
-
getVolume
String getVolume()
volume is a string that references an already created Quobyte volume by name.
optional string volume = 2;- Returns:
- The volume.
-
getVolumeBytes
com.google.protobuf.ByteString getVolumeBytes()
volume is a string that references an already created Quobyte volume by name.
optional string volume = 2;- Returns:
- The bytes for volume.
-
hasReadOnly
boolean hasReadOnly()
readOnly here will force the Quobyte volume to be mounted with read-only permissions. Defaults to false. +optional
optional bool readOnly = 3;- Returns:
- Whether the readOnly field is set.
-
getReadOnly
boolean getReadOnly()
readOnly here will force the Quobyte volume to be mounted with read-only permissions. Defaults to false. +optional
optional bool readOnly = 3;- Returns:
- The readOnly.
-
hasUser
boolean hasUser()
user to map volume access to Defaults to serivceaccount user +optional
optional string user = 4;- Returns:
- Whether the user field is set.
-
getUser
String getUser()
user to map volume access to Defaults to serivceaccount user +optional
optional string user = 4;- Returns:
- The user.
-
getUserBytes
com.google.protobuf.ByteString getUserBytes()
user to map volume access to Defaults to serivceaccount user +optional
optional string user = 4;- Returns:
- The bytes for user.
-
hasGroup
boolean hasGroup()
group to map volume access to Default is no group +optional
optional string group = 5;- Returns:
- Whether the group field is set.
-
getGroup
String getGroup()
group to map volume access to Default is no group +optional
optional string group = 5;- Returns:
- The group.
-
getGroupBytes
com.google.protobuf.ByteString getGroupBytes()
group to map volume access to Default is no group +optional
optional string group = 5;- Returns:
- The bytes for group.
-
hasTenant
boolean hasTenant()
tenant owning the given Quobyte volume in the Backend Used with dynamically provisioned Quobyte volumes, value is set by the plugin +optional
optional string tenant = 6;- Returns:
- Whether the tenant field is set.
-
getTenant
String getTenant()
tenant owning the given Quobyte volume in the Backend Used with dynamically provisioned Quobyte volumes, value is set by the plugin +optional
optional string tenant = 6;- Returns:
- The tenant.
-
getTenantBytes
com.google.protobuf.ByteString getTenantBytes()
tenant owning the given Quobyte volume in the Backend Used with dynamically provisioned Quobyte volumes, value is set by the plugin +optional
optional string tenant = 6;- Returns:
- The bytes for tenant.
-
-