ISCSIVolumeSource

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[String]("targetPortal")(stringDecoder).flatMap[String,ISCSIVolumeSource](((targetPortal:String)=>obj.read[Int]("lun")(intDecoder).flatMap[String,ISCSIVolumeSource](((lun:Int)=>obj.readOpt[Seq[String]]("portals")(arrDecoder[String](stringDecoder)).flatMap[String,ISCSIVolumeSource](((portals:Option[Seq[String]])=>obj.readOpt[Boolean]("readOnly")(booleanDecoder).flatMap[String,ISCSIVolumeSource](((readOnly:Option[Boolean])=>obj.readOpt[Boolean]("chapAuthDiscovery")(booleanDecoder).flatMap[String,ISCSIVolumeSource](((chapAuthDiscovery:Option[Boolean])=>obj.readOpt[String]("fsType")(stringDecoder).flatMap[String,ISCSIVolumeSource](((fsType:Option[String])=>obj.readOpt[io.k8s.api.core.v1.LocalObjectReference]("secretRef")(decoder).flatMap[String,ISCSIVolumeSource](((secretRef:Option[LocalObjectReference])=>obj.readOpt[String]("initiatorName")(stringDecoder).flatMap[String,ISCSIVolumeSource](((initiatorName:Option[String])=>obj.readOpt[String]("iscsiInterface")(stringDecoder).flatMap[String,ISCSIVolumeSource](((iscsiInterface:Option[String])=>obj.readOpt[Boolean]("chapAuthSession")(booleanDecoder).map[ISCSIVolumeSource](((chapAuthSession:Option[Boolean])=>ISCSIVolumeSource.apply(iqn=iqn,targetPortal=targetPortal,lun=lun,portals=portals,readOnly=readOnly,chapAuthDiscovery=chapAuthDiscovery,fsType=fsType,secretRef=secretRef,initiatorName=initiatorName,iscsiInterface=iscsiInterface,chapAuthSession=chapAuthSession))))))))))))))))))))))))) } (new$anon():Decoder[ISCSIVolumeSource]) }" class="documentableAnchor">
implicit val obj.read[String]("targetPortal")(stringDecoder).flatMap[String,ISCSIVolumeSource](((targetPortal:String)=>obj.read[Int]("lun")(intDecoder).flatMap[String,ISCSIVolumeSource](((lun:Int)=>obj.readOpt[Seq[String]]("portals")(arrDecoder[String](stringDecoder)).flatMap[String,ISCSIVolumeSource](((portals:Option[Seq[String]])=>obj.readOpt[Boolean]("readOnly")(booleanDecoder).flatMap[String,ISCSIVolumeSource](((readOnly:Option[Boolean])=>obj.readOpt[Boolean]("chapAuthDiscovery")(booleanDecoder).flatMap[String,ISCSIVolumeSource](((chapAuthDiscovery:Option[Boolean])=>obj.readOpt[String]("fsType")(stringDecoder).flatMap[String,ISCSIVolumeSource](((fsType:Option[String])=>obj.readOpt[io.k8s.api.core.v1.LocalObjectReference]("secretRef")(decoder).flatMap[String,ISCSIVolumeSource](((secretRef:Option[LocalObjectReference])=>obj.readOpt[String]("initiatorName")(stringDecoder).flatMap[String,ISCSIVolumeSource](((initiatorName:Option[String])=>obj.readOpt[String]("iscsiInterface")(stringDecoder).flatMap[String,ISCSIVolumeSource](((iscsiInterface:Option[String])=>obj.readOpt[Boolean]("chapAuthSession")(booleanDecoder).map[ISCSIVolumeSource](((chapAuthSession:Option[Boolean])=>ISCSIVolumeSource.apply(iqn=iqn,targetPortal=targetPortal,lun=lun,portals=portals,readOnly=readOnly,chapAuthDiscovery=chapAuthDiscovery,fsType=fsType,secretRef=secretRef,initiatorName=initiatorName,iscsiInterface=iscsiInterface,chapAuthSession=chapAuthSession))))))))))))))))))))))))) } (new$anon():Decoder[ISCSIVolumeSource]) }" class="documentableName ">decoder: Decoder[ISCSIVolumeSource]