Class AzureFilePersistentVolumeSource

    • Constructor Detail

      • AzureFilePersistentVolumeSource

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

        public AzureFilePersistentVolumeSource​(Boolean readOnly,
                                               String secretName,
                                               String secretNamespace,
                                               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
      • getSecretNamespace

        public String getSecretNamespace()
        secretNamespace is the namespace of the secret that contains Azure Storage Account Name and Key default is the same as the Pod
      • setSecretNamespace

        public void setSecretNamespace​(String secretNamespace)
        secretNamespace is the namespace of the secret that contains Azure Storage Account Name and Key default is the same as the Pod
      • 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)