Class VolumeAttachmentSpec.Builder

  • Enclosing class:
    VolumeAttachmentSpec

    public static class VolumeAttachmentSpec.Builder
    extends java.lang.Object
    • Method Detail

      • attacher

        public VolumeAttachmentSpec.Builder attacher​(@NonNull
                                                     @NonNull java.lang.String attacher)
        attacher indicates the name of the volume driver that MUST handle this request. This is the name returned by GetPluginName().
        Returns:
        this.
      • nodeName

        public VolumeAttachmentSpec.Builder nodeName​(@NonNull
                                                     @NonNull java.lang.String nodeName)
        nodeName represents the node that the volume should be attached to.
        Returns:
        this.
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object