FlexPersistentVolumeSource

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