@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2022-05-06T16:45:00.555Z[Etc/UTC]") public class V1RBDVolumeSource extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_FS_TYPE |
static String |
SERIALIZED_NAME_IMAGE |
static String |
SERIALIZED_NAME_KEYRING |
static String |
SERIALIZED_NAME_MONITORS |
static String |
SERIALIZED_NAME_POOL |
static String |
SERIALIZED_NAME_READ_ONLY |
static String |
SERIALIZED_NAME_SECRET_REF |
static String |
SERIALIZED_NAME_USER |
| Constructor and Description |
|---|
V1RBDVolumeSource() |
| Modifier and Type | Method and Description |
|---|---|
V1RBDVolumeSource |
addMonitorsItem(String monitorsItem) |
boolean |
equals(Object o) |
V1RBDVolumeSource |
fsType(String fsType) |
String |
getFsType()
fsType is the filesystem type of the volume that you want to mount.
|
String |
getImage()
image is the rados image name.
|
String |
getKeyring()
keyring is the path to key ring for RBDUser.
|
List<String> |
getMonitors()
monitors is a collection of Ceph monitors.
|
String |
getPool()
pool is the rados pool name.
|
Boolean |
getReadOnly()
readOnly here will force the ReadOnly setting in VolumeMounts.
|
V1LocalObjectReference |
getSecretRef()
Get secretRef
|
String |
getUser()
user is the rados user name.
|
int |
hashCode() |
V1RBDVolumeSource |
image(String image) |
V1RBDVolumeSource |
keyring(String keyring) |
V1RBDVolumeSource |
monitors(List<String> monitors) |
V1RBDVolumeSource |
pool(String pool) |
V1RBDVolumeSource |
readOnly(Boolean readOnly) |
V1RBDVolumeSource |
secretRef(V1LocalObjectReference secretRef) |
void |
setFsType(String fsType) |
void |
setImage(String image) |
void |
setKeyring(String keyring) |
void |
setMonitors(List<String> monitors) |
void |
setPool(String pool) |
void |
setReadOnly(Boolean readOnly) |
void |
setSecretRef(V1LocalObjectReference secretRef) |
void |
setUser(String user) |
String |
toString() |
V1RBDVolumeSource |
user(String user) |
public static final String SERIALIZED_NAME_FS_TYPE
public static final String SERIALIZED_NAME_IMAGE
public static final String SERIALIZED_NAME_KEYRING
public static final String SERIALIZED_NAME_MONITORS
public static final String SERIALIZED_NAME_POOL
public static final String SERIALIZED_NAME_READ_ONLY
public static final String SERIALIZED_NAME_SECRET_REF
public static final String SERIALIZED_NAME_USER
public V1RBDVolumeSource fsType(String fsType)
@Nullable public String getFsType()
public void setFsType(String fsType)
public V1RBDVolumeSource image(String image)
public String getImage()
public void setImage(String image)
public V1RBDVolumeSource keyring(String keyring)
@Nullable public String getKeyring()
public void setKeyring(String keyring)
public V1RBDVolumeSource monitors(List<String> monitors)
public V1RBDVolumeSource addMonitorsItem(String monitorsItem)
public List<String> getMonitors()
public V1RBDVolumeSource pool(String pool)
@Nullable public String getPool()
public void setPool(String pool)
public V1RBDVolumeSource readOnly(Boolean readOnly)
@Nullable public Boolean getReadOnly()
public void setReadOnly(Boolean readOnly)
public V1RBDVolumeSource secretRef(V1LocalObjectReference secretRef)
@Nullable public V1LocalObjectReference getSecretRef()
public void setSecretRef(V1LocalObjectReference secretRef)
public V1RBDVolumeSource user(String user)
@Nullable public String getUser()
public void setUser(String user)
Copyright © 2022. All rights reserved.