Class VolumeAttachmentSpec

    • Constructor Detail

      • VolumeAttachmentSpec

        public VolumeAttachmentSpec()
        No args constructor for use in serialization
    • Method Detail

      • getAttacher

        public String getAttacher()
        attacher indicates the name of the volume driver that MUST handle this request. This is the name returned by GetPluginName().
      • setAttacher

        public void setAttacher​(String attacher)
        attacher indicates the name of the volume driver that MUST handle this request. This is the name returned by GetPluginName().
      • getNodeName

        public String getNodeName()
        nodeName represents the node that the volume should be attached to.
      • setNodeName

        public void setNodeName​(String nodeName)
        nodeName represents the node that the volume should be attached to.
      • getSource

        public VolumeAttachmentSource getSource()
        VolumeAttachmentSpec is the specification of a VolumeAttachment request.
      • setSource

        public void setSource​(VolumeAttachmentSource source)
        VolumeAttachmentSpec is the specification of a VolumeAttachment request.
      • getAdditionalProperties

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

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

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