Class MountConfig


  • public class MountConfig
    extends Object
    • Field Detail

      • name

        @ConfigItem
        Optional<String> name
        The name of the volumeName to mount.
      • subPath

        @ConfigItem
        Optional<String> subPath
        Path within the volumeName from which the container's volumeName should be mounted.
      • readOnly

        @ConfigItem
        boolean readOnly
        ReadOnly
    • Constructor Detail

      • MountConfig

        public MountConfig()