Class AzureFileVolumeSource

    • Constructor Detail

      • AzureFileVolumeSource

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

        public AzureFileVolumeSource​(Boolean readOnly,
                                     String secretName,
                                     String shareName)
    • Method Detail

      • getReadOnly

        public Boolean getReadOnly()
        readOnly defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts.
      • setReadOnly

        public void setReadOnly​(Boolean readOnly)
        readOnly defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts.
      • getSecretName

        public String getSecretName()
        secretName is the name of secret that contains Azure Storage Account Name and Key
      • setSecretName

        public void setSecretName​(String secretName)
        secretName is the name of secret that contains Azure Storage Account Name and Key
      • getShareName

        public String getShareName()
        shareName is the azure share Name
      • setShareName

        public void setShareName​(String shareName)
        shareName is the azure share Name
      • getAdditionalProperties

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

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

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