Class GlusterfsVolumeSource

    • Constructor Detail

      • GlusterfsVolumeSource

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

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

      • getEndpoints

        public String getEndpoints()
        endpoints is the endpoint name that details Glusterfs topology.
      • setEndpoints

        public void setEndpoints​(String endpoints)
        endpoints is the endpoint name that details Glusterfs topology.
      • getPath

        public String getPath()
        path is the Glusterfs volume path. More info: https://examples.k8s.io/volumes/glusterfs/README.md#create-a-pod
      • setPath

        public void setPath​(String path)
        path is the Glusterfs volume path. More info: https://examples.k8s.io/volumes/glusterfs/README.md#create-a-pod
      • getReadOnly

        public Boolean getReadOnly()
        readOnly here will force the Glusterfs volume to be mounted with read-only permissions. Defaults to false. More info: https://examples.k8s.io/volumes/glusterfs/README.md#create-a-pod
      • setReadOnly

        public void setReadOnly​(Boolean readOnly)
        readOnly here will force the Glusterfs volume to be mounted with read-only permissions. Defaults to false. More info: https://examples.k8s.io/volumes/glusterfs/README.md#create-a-pod
      • getAdditionalProperties

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

        public void setAdditionalProperty​(String name,
                                          Object value)
      • setAdditionalProperties

        public void setAdditionalProperties​(Map<String,​Object> additionalProperties)