Interface ConfigMapVolumeConfig


public interface ConfigMapVolumeConfig
  • Method Details

    • configMapName

      String configMapName()
      The name of the ConfigMap 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