Interface AzureFilePersistentVolumeSource

  • All Superinterfaces:
    software.amazon.jsii.JsiiSerializable
    All Known Implementing Classes:
    AzureFilePersistentVolumeSource.Jsii$Proxy

    @Generated(value="jsii-pacmak/1.75.0 (build 63bb957)",
               date="2023-02-20T02:42:01.989Z")
    @Stability(Stable)
    public interface AzureFilePersistentVolumeSource
    extends software.amazon.jsii.JsiiSerializable
    AzureFile represents an Azure File Service mount on the host and bind mount to the pod.
    • Method Detail

      • getSecretName

        @Stability(Stable)
        @NotNull
        String getSecretName()
        secretName is the name of secret that contains Azure Storage Account Name and Key.
      • getShareName

        @Stability(Stable)
        @NotNull
        String getShareName()
        shareName is the azure Share Name.
      • getReadOnly

        @Stability(Stable)
        @Nullable
        default Boolean getReadOnly()
        readOnly defaults to false (read/write).

        ReadOnly here will force the ReadOnly setting in VolumeMounts.

      • getSecretNamespace

        @Stability(Stable)
        @Nullable
        default String getSecretNamespace()
        secretNamespace is the namespace of the secret that contains Azure Storage Account Name and Key default is the same as the Pod.