VolumeAttachmentSpec

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

VolumeAttachmentSpec is the specification of a VolumeAttachment request.

Value Params
attacher

Attacher indicates the name of the volume driver that MUST handle this request. This is the name returned by GetPluginName().

nodeName

The node that the volume should be attached to.

Companion
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def getAttacher: IO[K8sFailure, String]

Attacher indicates the name of the volume driver that MUST handle this request. This is the name returned by GetPluginName().

Attacher indicates the name of the volume driver that MUST handle this request. This is the name returned by GetPluginName().

This effect always succeeds, it is safe to use the field attacher directly.

def getNodeName: IO[K8sFailure, String]

The node that the volume should be attached to.

The node that the volume should be attached to.

This effect always succeeds, it is safe to use the field nodeName directly.

Gets source.

Gets source.

This effect always succeeds, it is safe to use the field source directly.

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product