Interface AzureFileVolumeConfig


public interface AzureFileVolumeConfig
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Whether the volumeName is read only or not.
    The secret name.
    The share name.
  • Method Details

    • shareName

      String shareName()
      The share name.
    • secretName

      String secretName()
      The secret name.
    • readOnly

      @WithDefault("false") boolean readOnly()
      Whether the volumeName is read only or not.