VolumeAttachmentSpec

io.k8s.api.storage.v1.VolumeAttachmentSpec
See theVolumeAttachmentSpec companion object
final case class VolumeAttachmentSpec(attacher: String, nodeName: String, source: VolumeAttachmentSource)

VolumeAttachmentSpec is the specification of a VolumeAttachment request.

Attributes

Companion
object
Source
VolumeAttachmentSpec.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

transforms attacher to result of function

transforms attacher to result of function

Attributes

Source
VolumeAttachmentSpec.scala

transforms nodeName to result of function

transforms nodeName to result of function

Attributes

Source
VolumeAttachmentSpec.scala

transforms source to result of function

transforms source to result of function

Attributes

Source
VolumeAttachmentSpec.scala

Returns a new data with attacher set to new value

Returns a new data with attacher set to new value

Attributes

Source
VolumeAttachmentSpec.scala

Returns a new data with nodeName set to new value

Returns a new data with nodeName set to new value

Attributes

Source
VolumeAttachmentSpec.scala

Returns a new data with source set to new value

Returns a new data with source set to new value

Attributes

Source
VolumeAttachmentSpec.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product