VolumeAttachmentStatus

io.k8s.api.storage.v1.VolumeAttachmentStatus
See theVolumeAttachmentStatus companion object
final case class VolumeAttachmentStatus(attached: Boolean, attachError: Option[VolumeError], attachmentMetadata: Option[Map[String, String]], detachError: Option[VolumeError])

VolumeAttachmentStatus is the status of a VolumeAttachment request.

Attributes

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

Members list

Value members

Concrete methods

Adds new values to attachmentMetadata

Adds new values to attachmentMetadata

Attributes

Source
VolumeAttachmentStatus.scala

if attachError has a value, transforms to the result of function

if attachError has a value, transforms to the result of function

Attributes

Source
VolumeAttachmentStatus.scala

transforms attached to result of function

transforms attached to result of function

Attributes

Source
VolumeAttachmentStatus.scala

if attachmentMetadata has a value, transforms to the result of function

if attachmentMetadata has a value, transforms to the result of function

Attributes

Source
VolumeAttachmentStatus.scala

if detachError has a value, transforms to the result of function

if detachError has a value, transforms to the result of function

Attributes

Source
VolumeAttachmentStatus.scala

Returns a new data with attachError set to new value

Returns a new data with attachError set to new value

Attributes

Source
VolumeAttachmentStatus.scala

Returns a new data with attached set to new value

Returns a new data with attached set to new value

Attributes

Source
VolumeAttachmentStatus.scala

Returns a new data with attachmentMetadata set to new value

Returns a new data with attachmentMetadata set to new value

Attributes

Source
VolumeAttachmentStatus.scala

Returns a new data with detachError set to new value

Returns a new data with detachError set to new value

Attributes

Source
VolumeAttachmentStatus.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product