object VolumeAttachmentStatus
- Companion:
- class
- Source:
- VolumeAttachmentStatus.scala
Type members
Inherited types
The names of the product elements
The names of the product elements
- 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 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="documentableName ">decoderOf[T : Reader]: Decoder[T, VolumeAttachmentStatus]
- Source:
- VolumeAttachmentStatus.scala