Class VolumeDevice

    • Constructor Detail

      • VolumeDevice

        public VolumeDevice()
        No args constructor for use in serialization
      • VolumeDevice

        public VolumeDevice​(String devicePath,
                            String name)
    • Method Detail

      • getDevicePath

        public String getDevicePath()
        devicePath is the path inside of the container that the device will be mapped to.
      • setDevicePath

        public void setDevicePath​(String devicePath)
        devicePath is the path inside of the container that the device will be mapped to.
      • getName

        public String getName()
        name must match the name of a persistentVolumeClaim in the pod
      • setName

        public void setName​(String name)
        name must match the name of a persistentVolumeClaim in the pod
      • getAdditionalProperties

        public Map<String,​Object> getAdditionalProperties()
      • setAdditionalProperty

        public void setAdditionalProperty​(String name,
                                          Object value)
      • setAdditionalProperties

        public void setAdditionalProperties​(Map<String,​Object> additionalProperties)