Class VolumeItemConfig


  • public class VolumeItemConfig
    extends Object
    • Field Detail

      • path

        @ConfigItem
        String path
        The path where the file will be mounted.
      • mode

        @ConfigItem(defaultValue="-1")
        int mode
        It must be a value between 0000 and 0777. If not specified, the volume defaultMode will be used.
    • Constructor Detail

      • VolumeItemConfig

        public VolumeItemConfig()