Package io.kubernetes.client.proto
Interface V1.QuobyteVolumeSourceOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
V1.QuobyteVolumeSource
,V1.QuobyteVolumeSource.Builder
- Enclosing class:
- V1
public static interface V1.QuobyteVolumeSourceOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetGroup()
Group to map volume access to Default is no group +optionalcom.google.protobuf.ByteString
Group to map volume access to Default is no group +optionalboolean
ReadOnly here will force the Quobyte volume to be mounted with read-only permissions.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.ByteString
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 volumesTenant owning the given Quobyte volume in the Backend Used with dynamically provisioned Quobyte volumes, value is set by the plugin +optionalcom.google.protobuf.ByteString
Tenant owning the given Quobyte volume in the Backend Used with dynamically provisioned Quobyte volumes, value is set by the plugin +optionalgetUser()
User to map volume access to Defaults to serivceaccount user +optionalcom.google.protobuf.ByteString
User to map volume access to Defaults to serivceaccount user +optionalVolume is a string that references an already created Quobyte volume by name.com.google.protobuf.ByteString
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 +optionalboolean
ReadOnly here will force the Quobyte volume to be mounted with read-only permissions.boolean
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 volumesboolean
Tenant owning the given Quobyte volume in the Backend Used with dynamically provisioned Quobyte volumes, value is set by the plugin +optionalboolean
hasUser()
User to map volume access to Defaults to serivceaccount user +optionalboolean
Volume is a string that references an already created Quobyte volume by name.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
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;
-
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;
-
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;
-
hasVolume
boolean hasVolume()Volume is a string that references an already created Quobyte volume by name.
optional string volume = 2;
-
getVolume
String getVolume()Volume is a string that references an already created Quobyte volume by name.
optional string volume = 2;
-
getVolumeBytes
com.google.protobuf.ByteString getVolumeBytes()Volume is a string that references an already created Quobyte volume by name.
optional string volume = 2;
-
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;
-
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;
-
hasUser
boolean hasUser()User to map volume access to Defaults to serivceaccount user +optional
optional string user = 4;
-
getUser
String getUser()User to map volume access to Defaults to serivceaccount user +optional
optional string user = 4;
-
getUserBytes
com.google.protobuf.ByteString getUserBytes()User to map volume access to Defaults to serivceaccount user +optional
optional string user = 4;
-
hasGroup
boolean hasGroup()Group to map volume access to Default is no group +optional
optional string group = 5;
-
getGroup
String getGroup()Group to map volume access to Default is no group +optional
optional string group = 5;
-
getGroupBytes
com.google.protobuf.ByteString getGroupBytes()Group to map volume access to Default is no group +optional
optional string group = 5;
-
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;
-
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;
-
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;
-