Class QuobyteVolumeSource

    • Constructor Detail

      • QuobyteVolumeSource

        public QuobyteVolumeSource()
        No args constructor for use in serialization
    • Method Detail

      • getGroup

        public String getGroup()
        group to map volume access to Default is no group
      • setGroup

        public void setGroup​(String group)
        group to map volume access to Default is no group
      • getReadOnly

        public Boolean getReadOnly()
        readOnly here will force the Quobyte volume to be mounted with read-only permissions. Defaults to false.
      • setReadOnly

        public void setReadOnly​(Boolean readOnly)
        readOnly here will force the Quobyte volume to be mounted with read-only permissions. Defaults to false.
      • getRegistry

        public String getRegistry()
        registry represents a single or multiple Quobyte Registry services specified as a string as host:port pair (multiple entries are separated with commas) which acts as the central registry for volumes
      • setRegistry

        public void setRegistry​(String registry)
        registry represents a single or multiple Quobyte Registry services specified as a string as host:port pair (multiple entries are separated with commas) which acts as the central registry for volumes
      • getTenant

        public String getTenant()
        tenant owning the given Quobyte volume in the Backend Used with dynamically provisioned Quobyte volumes, value is set by the plugin
      • setTenant

        public void setTenant​(String tenant)
        tenant owning the given Quobyte volume in the Backend Used with dynamically provisioned Quobyte volumes, value is set by the plugin
      • getUser

        public String getUser()
        user to map volume access to Defaults to serivceaccount user
      • setUser

        public void setUser​(String user)
        user to map volume access to Defaults to serivceaccount user
      • getVolume

        public String getVolume()
        volume is a string that references an already created Quobyte volume by name.
      • setVolume

        public void setVolume​(String volume)
        volume is a string that references an already created Quobyte volume by name.
      • getAdditionalProperties

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

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

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