Interface PvcVolumeConfig


public interface PvcVolumeConfig
  • Method Summary

    Modifier and Type
    Method
    Description
    The name of the claim to mount.
    Default mode.
    boolean
    Optional
  • Method Details

    • claimName

      String claimName()
      The name of the claim to mount.
    • defaultMode

      @WithDefault("0600") String defaultMode()
      Default mode. When specifying an octal number, leading zero must be present.
    • optional

      @WithDefault("false") boolean optional()
      Optional