RBDVolumeSource

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.read[Seq[String]]("monitors")(arrDecoder[T,String](evidence$1,stringDecoder[T](evidence$1))).flatMap[String,RBDVolumeSource](((monitors:Seq[String])=>obj.readOpt[Boolean]("readOnly")(booleanDecoder[T](evidence$1)).flatMap[String,RBDVolumeSource](((readOnly:Option[Boolean])=>obj.readOpt[String]("fsType")(stringDecoder[T](evidence$1)).flatMap[String,RBDVolumeSource](((fsType:Option[String])=>obj.readOpt[io.k8s.api.core.v1.LocalObjectReference]("secretRef")(decoderOf[T](evidence$1)).flatMap[String,RBDVolumeSource](((secretRef:Option[LocalObjectReference])=>obj.readOpt[String]("pool")(stringDecoder[T](evidence$1)).flatMap[String,RBDVolumeSource](((pool:Option[String])=>obj.readOpt[String]("keyring")(stringDecoder[T](evidence$1)).flatMap[String,RBDVolumeSource](((keyring:Option[String])=>obj.readOpt[String]("user")(stringDecoder[T](evidence$1)).map[RBDVolumeSource](((user:Option[String])=>RBDVolumeSource.apply(image=image,monitors=monitors,readOnly=readOnly,fsType=fsType,secretRef=secretRef,pool=pool,keyring=keyring,user=user))))))))))))))))))) } (new$anon():Decoder[T,RBDVolumeSource]) }" class="documentableAnchor">
implicit def encoder[T](implicit builder: Builder[T]): Encoder[RBDVolumeSource, T]