Class 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.String getEndpoints()  
      java.lang.String getPath()  
      java.lang.Boolean getReadOnly()  
      void setEndpoints​(java.lang.String endpoints)  
      void setPath​(java.lang.String path)  
      void setReadOnly​(java.lang.Boolean readOnly)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Glusterfs

        public Glusterfs()
    • 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)