Interface AzureDiskPersistentVolumeProps

    • Method Detail

      • getDiskName

        @Stability(Stable)
        @NotNull
        String getDiskName()
        The Name of the data disk in the blob storage.
      • getDiskUri

        @Stability(Stable)
        @NotNull
        String getDiskUri()
        The URI the data disk in the blob storage.
      • getCachingMode

        @Stability(Stable)
        @Nullable
        default AzureDiskPersistentVolumeCachingMode getCachingMode()
        Host Caching mode.

        Default: - AzureDiskPersistentVolumeCachingMode.NONE.

      • getFsType

        @Stability(Stable)
        @Nullable
        default String getFsType()
        Filesystem type to mount.

        Must be a filesystem type supported by the host operating system.

        Default: 'ext4'

      • getKind

        @Stability(Stable)
        @Nullable
        default AzureDiskPersistentVolumeKind getKind()
        Kind of disk.

        Default: AzureDiskPersistentVolumeKind.SHARED

      • getReadOnly

        @Stability(Stable)
        @Nullable
        default Boolean getReadOnly()
        Force the ReadOnly setting in VolumeMounts.

        Default: false