ScaleIOPersistentVolumeSource

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[io.k8s.api.core.v1.SecretReference]("secretRef")(decoder).flatMap[String,ScaleIOPersistentVolumeSource](((secretRef:SecretReference)=>obj.read[String]("gateway")(stringDecoder).flatMap[String,ScaleIOPersistentVolumeSource](((gateway:String)=>obj.readOpt[Boolean]("readOnly")(booleanDecoder).flatMap[String,ScaleIOPersistentVolumeSource](((readOnly:Option[Boolean])=>obj.readOpt[String]("fsType")(stringDecoder).flatMap[String,ScaleIOPersistentVolumeSource](((fsType:Option[String])=>obj.readOpt[String]("storagePool")(stringDecoder).flatMap[String,ScaleIOPersistentVolumeSource](((storagePool:Option[String])=>obj.readOpt[String]("protectionDomain")(stringDecoder).flatMap[String,ScaleIOPersistentVolumeSource](((protectionDomain:Option[String])=>obj.readOpt[String]("volumeName")(stringDecoder).flatMap[String,ScaleIOPersistentVolumeSource](((volumeName:Option[String])=>obj.readOpt[Boolean]("sslEnabled")(booleanDecoder).flatMap[String,ScaleIOPersistentVolumeSource](((sslEnabled:Option[Boolean])=>obj.readOpt[String]("storageMode")(stringDecoder).map[ScaleIOPersistentVolumeSource](((storageMode:Option[String])=>ScaleIOPersistentVolumeSource.apply(system=system,secretRef=secretRef,gateway=gateway,readOnly=readOnly,fsType=fsType,storagePool=storagePool,protectionDomain=protectionDomain,volumeName=volumeName,sslEnabled=sslEnabled,storageMode=storageMode))))))))))))))))))))))) } (new$anon():Decoder[ScaleIOPersistentVolumeSource]) }" class="documentableAnchor">
implicit val obj.read[io.k8s.api.core.v1.SecretReference]("secretRef")(decoder).flatMap[String,ScaleIOPersistentVolumeSource](((secretRef:SecretReference)=>obj.read[String]("gateway")(stringDecoder).flatMap[String,ScaleIOPersistentVolumeSource](((gateway:String)=>obj.readOpt[Boolean]("readOnly")(booleanDecoder).flatMap[String,ScaleIOPersistentVolumeSource](((readOnly:Option[Boolean])=>obj.readOpt[String]("fsType")(stringDecoder).flatMap[String,ScaleIOPersistentVolumeSource](((fsType:Option[String])=>obj.readOpt[String]("storagePool")(stringDecoder).flatMap[String,ScaleIOPersistentVolumeSource](((storagePool:Option[String])=>obj.readOpt[String]("protectionDomain")(stringDecoder).flatMap[String,ScaleIOPersistentVolumeSource](((protectionDomain:Option[String])=>obj.readOpt[String]("volumeName")(stringDecoder).flatMap[String,ScaleIOPersistentVolumeSource](((volumeName:Option[String])=>obj.readOpt[Boolean]("sslEnabled")(booleanDecoder).flatMap[String,ScaleIOPersistentVolumeSource](((sslEnabled:Option[Boolean])=>obj.readOpt[String]("storageMode")(stringDecoder).map[ScaleIOPersistentVolumeSource](((storageMode:Option[String])=>ScaleIOPersistentVolumeSource.apply(system=system,secretRef=secretRef,gateway=gateway,readOnly=readOnly,fsType=fsType,storagePool=storagePool,protectionDomain=protectionDomain,volumeName=volumeName,sslEnabled=sslEnabled,storageMode=storageMode))))))))))))))))))))))) } (new$anon():Decoder[ScaleIOPersistentVolumeSource]) }" class="documentableName ">decoder: Decoder[ScaleIOPersistentVolumeSource]