VolumeAttachmentSpec

final case class VolumeAttachmentSpec(attacher: String, nodeName: String, source: VolumeAttachmentSource)

VolumeAttachmentSpec is the specification of a VolumeAttachment request.

Source:
VolumeAttachmentSpec.scala
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

transforms attacher to result of function

transforms attacher to result of function

Source:
VolumeAttachmentSpec.scala

transforms nodeName to result of function

transforms nodeName to result of function

Source:
VolumeAttachmentSpec.scala

transforms source to result of function

transforms source to result of function

Source:
VolumeAttachmentSpec.scala

Returns a new data with attacher set to new value

Returns a new data with attacher set to new value

Source:
VolumeAttachmentSpec.scala

Returns a new data with nodeName set to new value

Returns a new data with nodeName set to new value

Source:
VolumeAttachmentSpec.scala

Returns a new data with source set to new value

Returns a new data with source set to new value

Source:
VolumeAttachmentSpec.scala

Inherited methods

Inherited from:
Product