public class V1RBDVolumeSource extends Object
Constructor and Description |
---|
V1RBDVolumeSource() |
Modifier and Type | Method and Description |
---|---|
V1RBDVolumeSource |
addMonitorsItem(String monitorsItem) |
boolean |
equals(Object o) |
V1RBDVolumeSource |
fsType(String fsType) |
String |
getFsType()
Filesystem type of the volume that you want to mount.
|
String |
getImage()
The rados image name.
|
String |
getKeyring()
Keyring is the path to key ring for RBDUser.
|
List<String> |
getMonitors()
A collection of Ceph monitors.
|
String |
getPool()
The rados pool name.
|
V1LocalObjectReference |
getSecretRef()
SecretRef is name of the authentication secret for RBDUser.
|
String |
getUser()
The rados user name.
|
int |
hashCode() |
V1RBDVolumeSource |
image(String image) |
Boolean |
isReadOnly()
ReadOnly here will force the ReadOnly setting in VolumeMounts.
|
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 V1RBDVolumeSource fsType(String fsType)
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)
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)
public String getPool()
public void setPool(String pool)
public V1RBDVolumeSource readOnly(Boolean readOnly)
public Boolean isReadOnly()
public void setReadOnly(Boolean readOnly)
public V1RBDVolumeSource secretRef(V1LocalObjectReference secretRef)
public V1LocalObjectReference getSecretRef()
public void setSecretRef(V1LocalObjectReference secretRef)
public V1RBDVolumeSource user(String user)
public String getUser()
public void setUser(String user)
Copyright © 2019. All rights reserved.