object VolumeAttachment
- Companion:
- class
- Source:
- VolumeAttachment.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.VolumeAttachmentStatus]("status")(decoder).flatMap[String,VolumeAttachment](((status:Option[VolumeAttachmentStatus])=>obj.readOpt[io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta]("metadata")(decoder).map[VolumeAttachment](((metadata:Option[ObjectMeta])=>VolumeAttachment.apply(spec=spec,status=status,metadata=metadata)))))))))
}
(new$anon():Decoder[VolumeAttachment])
}" class="documentableAnchor">
implicit val obj.readOpt[io.k8s.api.storage.v1.VolumeAttachmentStatus]("status")(decoder).flatMap[String,VolumeAttachment](((status:Option[VolumeAttachmentStatus])=>obj.readOpt[io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta]("metadata")(decoder).map[VolumeAttachment](((metadata:Option[ObjectMeta])=>VolumeAttachment.apply(spec=spec,status=status,metadata=metadata)))))))))
}
(new$anon():Decoder[VolumeAttachment])
}" class="documentableName ">decoder: Decoder[VolumeAttachment]
- Source:
- VolumeAttachment.scala