Interface MountConfig


public interface MountConfig
  • Method Summary

    Modifier and Type
    Method
    Description
    The name of the volumeName to mount.
    The path to mount.
    boolean
    ReadOnly.
    Path within the volumeName from which the container's volumeName should be mounted.
  • Method Details

    • name

      Optional<String> name()
      The name of the volumeName to mount.
    • path

      Optional<String> path()
      The path to mount.
    • subPath

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

      @WithDefault("false") boolean readOnly()
      ReadOnly.