Class AzureFilePersistentVolumeSourcePatch


  • public final class AzureFilePersistentVolumeSourcePatch
    extends java.lang.Object
    • Method Detail

      • readOnly

        public java.util.Optional<java.lang.Boolean> readOnly()
        Returns:
        readOnly defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts.
      • secretName

        public java.util.Optional<java.lang.String> secretName()
        Returns:
        secretName is the name of secret that contains Azure Storage Account Name and Key
      • secretNamespace

        public java.util.Optional<java.lang.String> secretNamespace()
        Returns:
        secretNamespace is the namespace of the secret that contains Azure Storage Account Name and Key default is the same as the Pod
      • shareName

        public java.util.Optional<java.lang.String> shareName()
        Returns:
        shareName is the azure Share Name