@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-06-19T10:47:33.387Z[Etc/UTC]") public class V1QuobyteVolumeSource extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_GROUP |
static String |
SERIALIZED_NAME_READ_ONLY |
static String |
SERIALIZED_NAME_REGISTRY |
static String |
SERIALIZED_NAME_TENANT |
static String |
SERIALIZED_NAME_USER |
static String |
SERIALIZED_NAME_VOLUME |
Constructor and Description |
---|
V1QuobyteVolumeSource() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getGroup()
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.
|
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 |
getTenant()
Tenant owning the given Quobyte volume in the Backend Used with dynamically provisioned Quobyte
volumes, value is set by the plugin
|
String |
getUser()
User to map volume access to Defaults to serivceaccount user
|
String |
getVolume()
Volume is a string that references an already created Quobyte volume by name.
|
V1QuobyteVolumeSource |
group(String group) |
int |
hashCode() |
V1QuobyteVolumeSource |
readOnly(Boolean readOnly) |
V1QuobyteVolumeSource |
registry(String registry) |
void |
setGroup(String group) |
void |
setReadOnly(Boolean readOnly) |
void |
setRegistry(String registry) |
void |
setTenant(String tenant) |
void |
setUser(String user) |
void |
setVolume(String volume) |
V1QuobyteVolumeSource |
tenant(String tenant) |
String |
toString() |
V1QuobyteVolumeSource |
user(String user) |
V1QuobyteVolumeSource |
volume(String volume) |
public static final String SERIALIZED_NAME_GROUP
public static final String SERIALIZED_NAME_READ_ONLY
public static final String SERIALIZED_NAME_REGISTRY
public static final String SERIALIZED_NAME_TENANT
public static final String SERIALIZED_NAME_USER
public static final String SERIALIZED_NAME_VOLUME
public V1QuobyteVolumeSource group(String group)
@Nullable public String getGroup()
public void setGroup(String group)
public V1QuobyteVolumeSource readOnly(Boolean readOnly)
@Nullable public Boolean getReadOnly()
public void setReadOnly(Boolean readOnly)
public V1QuobyteVolumeSource registry(String registry)
public String getRegistry()
public void setRegistry(String registry)
public V1QuobyteVolumeSource tenant(String tenant)
@Nullable public String getTenant()
public void setTenant(String tenant)
public V1QuobyteVolumeSource user(String user)
@Nullable public String getUser()
public void setUser(String user)
public V1QuobyteVolumeSource volume(String volume)
public String getVolume()
public void setVolume(String volume)
Copyright © 2020. All rights reserved.