Class Glusterfs
- java.lang.Object
-
- org.apache.camel.v1.pipespec.integration.template.spec.volumes.Glusterfs
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.model.KubernetesResource,java.io.Serializable
@Generated("io.fabric8.java.generator.CRGeneratorRunner") public class Glusterfs extends java.lang.Object implements io.fabric8.kubernetes.api.model.KubernetesResource- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Glusterfs()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetEndpoints()java.lang.StringgetPath()java.lang.BooleangetReadOnly()voidsetEndpoints(java.lang.String endpoints)voidsetPath(java.lang.String path)voidsetReadOnly(java.lang.Boolean readOnly)
-
-
-
Method Detail
-
getEndpoints
public java.lang.String getEndpoints()
-
setEndpoints
public void setEndpoints(java.lang.String endpoints)
-
getPath
public java.lang.String getPath()
-
setPath
public void setPath(java.lang.String path)
-
getReadOnly
public java.lang.Boolean getReadOnly()
-
setReadOnly
public void setReadOnly(java.lang.Boolean readOnly)
-
-