Class GlusterfsVolumeSource

    • Constructor Detail

      • GlusterfsVolumeSource

        public GlusterfsVolumeSource()
        No args constructor for use in serialization
      • GlusterfsVolumeSource

        public GlusterfsVolumeSource​(String endpoints,
                                     String path,
                                     Boolean readOnly)
        Parameters:
        path -
        endpoints -
        readOnly -
    • Method Detail

      • getEndpoints

        public String getEndpoints()
      • setEndpoints

        public void setEndpoints​(String endpoints)
      • getPath

        public String getPath()
      • setPath

        public void setPath​(String path)
      • getReadOnly

        public Boolean getReadOnly()
      • setReadOnly

        public void setReadOnly​(Boolean readOnly)
      • getAdditionalProperties

        public Map<String,​Object> getAdditionalProperties()
      • setAdditionalProperty

        public void setAdditionalProperty​(String name,
                                          Object value)