Interface AzureFileVolumeSource

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

    @Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)",
               date="2022-09-13T15:58:19.758Z")
    @Stability(Stable)
    public interface AzureFileVolumeSource
    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.