Interface SecretVolumeConfig


public interface SecretVolumeConfig
  • Method Details

    • secretName

      String secretName()
      The name of the secret to mount.
    • defaultMode

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

      The list of files to be mounted.
    • optional

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