类 VolumeMount


  • public class VolumeMount
    extends Object
    The volume mount of container
    • 构造器详细资料

      • VolumeMount

        public VolumeMount()
        The constructor of VolumeMount
      • VolumeMount

        public VolumeMount​(String name,
                           String type,
                           String mountPath,
                           Boolean readOnly)
        The constructor of VolumeMount
        参数:
        name - The name of volume
        type - The type of volume
        mountPath - The mount path of volume
        readOnly - The read only of volume