VolumeAttachmentStatus

trait Product
trait Mirror
class Object
trait Matchable
class Any

Type members

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from:
Mirror
Source:
Mirror.scala

The name of the type

The name of the type

Inherited from:
Mirror
Source:
Mirror.scala

Implicits

Implicits

obj.readOpt[io.k8s.api.storage.v1.VolumeError]("attachError")(decoderOf[T](evidence$1)).flatMap[String,VolumeAttachmentStatus](((attachError:Option[VolumeError])=>obj.readOpt[Map[String,String]]("attachmentMetadata")(mapDecoder[T,String](evidence$1,stringDecoder[T](evidence$1))).flatMap[String,VolumeAttachmentStatus](((attachmentMetadata:Option[Map[String,String]])=>obj.readOpt[io.k8s.api.storage.v1.VolumeError]("detachError")(decoderOf[T](evidence$1)).map[VolumeAttachmentStatus](((detachError:Option[VolumeError])=>VolumeAttachmentStatus.apply(attached=attached,attachError=attachError,attachmentMetadata=attachmentMetadata,detachError=detachError))))))))))) } (new$anon():Decoder[T,VolumeAttachmentStatus]) }" class="documentableAnchor">
implicit def encoder[T](implicit builder: Builder[T]): Encoder[VolumeAttachmentStatus, T]