Class MountConfig

java.lang.Object
io.quarkus.kubernetes.deployment.MountConfig

public class MountConfig extends Object
  • Field Details

    • name

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

      @ConfigItem Optional<String> path
      The path 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 Details

    • MountConfig

      public MountConfig()