Class Rbd
- java.lang.Object
-
- org.apache.camel.v1.pipespec.integration.template.spec.volumes.Rbd
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.model.KubernetesResource,java.io.Serializable
@Generated("io.fabric8.java.generator.CRGeneratorRunner") public class Rbd extends java.lang.Object implements io.fabric8.kubernetes.api.model.KubernetesResource- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Rbd()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetFsType()java.lang.StringgetImage()java.lang.StringgetKeyring()java.util.List<java.lang.String>getMonitors()java.lang.StringgetPool()java.lang.BooleangetReadOnly()SecretRefgetSecretRef()java.lang.StringgetUser()voidsetFsType(java.lang.String fsType)voidsetImage(java.lang.String image)voidsetKeyring(java.lang.String keyring)voidsetMonitors(java.util.List<java.lang.String> monitors)voidsetPool(java.lang.String pool)voidsetReadOnly(java.lang.Boolean readOnly)voidsetSecretRef(SecretRef secretRef)voidsetUser(java.lang.String user)
-
-
-
Method Detail
-
getFsType
public java.lang.String getFsType()
-
setFsType
public void setFsType(java.lang.String fsType)
-
getImage
public java.lang.String getImage()
-
setImage
public void setImage(java.lang.String image)
-
getKeyring
public java.lang.String getKeyring()
-
setKeyring
public void setKeyring(java.lang.String keyring)
-
getMonitors
public java.util.List<java.lang.String> getMonitors()
-
setMonitors
public void setMonitors(java.util.List<java.lang.String> monitors)
-
getPool
public java.lang.String getPool()
-
setPool
public void setPool(java.lang.String pool)
-
getReadOnly
public java.lang.Boolean getReadOnly()
-
setReadOnly
public void setReadOnly(java.lang.Boolean readOnly)
-
getSecretRef
public SecretRef getSecretRef()
-
setSecretRef
public void setSecretRef(SecretRef secretRef)
-
getUser
public java.lang.String getUser()
-
setUser
public void setUser(java.lang.String user)
-
-