Class VolumeMount


  • public class VolumeMount
    extends Object
    • Constructor Detail

      • VolumeMount

        public VolumeMount​(String name,
                           String mountPath,
                           boolean readOnly)
      • VolumeMount

        public VolumeMount​(String name,
                           String mountPath,
                           boolean readOnly,
                           String subPath)
    • Method Detail

      • getMountPath

        public String getMountPath()
      • getName

        public String getName()
      • isReadOnly

        public boolean isReadOnly()
      • getSubPath

        public String getSubPath()