Class VolumeAttachmentSpec

  • All Implemented Interfaces:
    io.fabric8.kubernetes.api.builder.Editable<VolumeAttachmentSpecBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource, Serializable

    @Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator")
    public class VolumeAttachmentSpec
    extends Object
    implements io.fabric8.kubernetes.api.builder.Editable<VolumeAttachmentSpecBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
    VolumeAttachmentSpec is the specification of a VolumeAttachment request.
    See Also:
    Serialized Form
    • 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()
        The node that the volume should be attached to.
      • setNodeName

        public void setNodeName​(String nodeName)
        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)