object FlexPersistentVolumeSource
- Companion:
- class
- Source:
- FlexPersistentVolumeSource.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[Boolean]("readOnly")(booleanDecoder[T](evidence$1)).flatMap[String,FlexPersistentVolumeSource](((readOnly:Option[Boolean])=>obj.readOpt[String]("fsType")(stringDecoder[T](evidence$1)).flatMap[String,FlexPersistentVolumeSource](((fsType:Option[String])=>obj.readOpt[io.k8s.api.core.v1.SecretReference]("secretRef")(decoderOf[T](evidence$1)).flatMap[String,FlexPersistentVolumeSource](((secretRef:Option[SecretReference])=>obj.readOpt[Map[String,String]]("options")(mapDecoder[T,String](evidence$1,stringDecoder[T](evidence$1))).map[FlexPersistentVolumeSource](((options:Option[Map[String,String]])=>FlexPersistentVolumeSource.apply(driver=driver,readOnly=readOnly,fsType=fsType,secretRef=secretRef,options=options)))))))))))))
}
(new$anon():Decoder[T,FlexPersistentVolumeSource])
}" class="documentableAnchor">
implicit def obj.readOpt[Boolean]("readOnly")(booleanDecoder[T](evidence$1)).flatMap[String,FlexPersistentVolumeSource](((readOnly:Option[Boolean])=>obj.readOpt[String]("fsType")(stringDecoder[T](evidence$1)).flatMap[String,FlexPersistentVolumeSource](((fsType:Option[String])=>obj.readOpt[io.k8s.api.core.v1.SecretReference]("secretRef")(decoderOf[T](evidence$1)).flatMap[String,FlexPersistentVolumeSource](((secretRef:Option[SecretReference])=>obj.readOpt[Map[String,String]]("options")(mapDecoder[T,String](evidence$1,stringDecoder[T](evidence$1))).map[FlexPersistentVolumeSource](((options:Option[Map[String,String]])=>FlexPersistentVolumeSource.apply(driver=driver,readOnly=readOnly,fsType=fsType,secretRef=secretRef,options=options)))))))))))))
}
(new$anon():Decoder[T,FlexPersistentVolumeSource])
}" class="documentableName ">decoderOf[T : Reader]: Decoder[T, FlexPersistentVolumeSource]