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