VolumeAttachmentSpec

com.coralogix.zio.k8s.model.storage.v1.VolumeAttachmentSpec
See theVolumeAttachmentSpec companion object
case class VolumeAttachmentSpec(attacher: String, nodeName: String, source: VolumeAttachmentSource)

VolumeAttachmentSpec is the specification of a VolumeAttachment request.

Value parameters

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.

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

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.

Attributes

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.

Attributes

Gets source.

Gets source.

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

Attributes

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product