Class FlexVolume
- java.lang.Object
-
- org.apache.camel.v1.pipespec.integration.template.spec.volumes.FlexVolume
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.model.KubernetesResource,java.io.Serializable
@Generated("io.fabric8.java.generator.CRGeneratorRunner") public class FlexVolume extends java.lang.Object implements io.fabric8.kubernetes.api.model.KubernetesResource- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FlexVolume()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetDriver()java.lang.StringgetFsType()java.util.Map<java.lang.String,java.lang.String>getOptions()java.lang.BooleangetReadOnly()SecretRefgetSecretRef()voidsetDriver(java.lang.String driver)voidsetFsType(java.lang.String fsType)voidsetOptions(java.util.Map<java.lang.String,java.lang.String> options)voidsetReadOnly(java.lang.Boolean readOnly)voidsetSecretRef(SecretRef secretRef)
-
-
-
Method Detail
-
getDriver
public java.lang.String getDriver()
-
setDriver
public void setDriver(java.lang.String driver)
-
getFsType
public java.lang.String getFsType()
-
setFsType
public void setFsType(java.lang.String fsType)
-
getOptions
public java.util.Map<java.lang.String,java.lang.String> getOptions()
-
setOptions
public void setOptions(java.util.Map<java.lang.String,java.lang.String> options)
-
getReadOnly
public java.lang.Boolean getReadOnly()
-
setReadOnly
public void setReadOnly(java.lang.Boolean readOnly)
-
getSecretRef
public SecretRef getSecretRef()
-
setSecretRef
public void setSecretRef(SecretRef secretRef)
-
-