RBDPersistentVolumeSource

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[String](stringDecoder)).flatMap[String,RBDPersistentVolumeSource](((monitors:Seq[String])=>obj.readOpt[Boolean]("readOnly")(booleanDecoder).flatMap[String,RBDPersistentVolumeSource](((readOnly:Option[Boolean])=>obj.readOpt[String]("fsType")(stringDecoder).flatMap[String,RBDPersistentVolumeSource](((fsType:Option[String])=>obj.readOpt[io.k8s.api.core.v1.SecretReference]("secretRef")(decoder).flatMap[String,RBDPersistentVolumeSource](((secretRef:Option[SecretReference])=>obj.readOpt[String]("pool")(stringDecoder).flatMap[String,RBDPersistentVolumeSource](((pool:Option[String])=>obj.readOpt[String]("keyring")(stringDecoder).flatMap[String,RBDPersistentVolumeSource](((keyring:Option[String])=>obj.readOpt[String]("user")(stringDecoder).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[RBDPersistentVolumeSource]) }" class="documentableAnchor">