object ISCSIVolumeSource
- Companion:
- class
- Source:
- ISCSIVolumeSource.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.read[String]("targetPortal")(stringDecoder[T](evidence$1)).flatMap[String,ISCSIVolumeSource](((targetPortal:String)=>obj.read[Int]("lun")(intDecoder[T](evidence$1)).flatMap[String,ISCSIVolumeSource](((lun:Int)=>obj.readOpt[Seq[String]]("portals")(arrDecoder[T,String](evidence$1,stringDecoder[T](evidence$1))).flatMap[String,ISCSIVolumeSource](((portals:Option[Seq[String]])=>obj.readOpt[Boolean]("readOnly")(booleanDecoder[T](evidence$1)).flatMap[String,ISCSIVolumeSource](((readOnly:Option[Boolean])=>obj.readOpt[Boolean]("chapAuthDiscovery")(booleanDecoder[T](evidence$1)).flatMap[String,ISCSIVolumeSource](((chapAuthDiscovery:Option[Boolean])=>obj.readOpt[String]("fsType")(stringDecoder[T](evidence$1)).flatMap[String,ISCSIVolumeSource](((fsType:Option[String])=>obj.readOpt[io.k8s.api.core.v1.LocalObjectReference]("secretRef")(decoderOf[T](evidence$1)).flatMap[String,ISCSIVolumeSource](((secretRef:Option[LocalObjectReference])=>obj.readOpt[String]("initiatorName")(stringDecoder[T](evidence$1)).flatMap[String,ISCSIVolumeSource](((initiatorName:Option[String])=>obj.readOpt[String]("iscsiInterface")(stringDecoder[T](evidence$1)).flatMap[String,ISCSIVolumeSource](((iscsiInterface:Option[String])=>obj.readOpt[Boolean]("chapAuthSession")(booleanDecoder[T](evidence$1)).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[T,ISCSIVolumeSource])
}" class="documentableAnchor">
implicit def obj.read[String]("targetPortal")(stringDecoder[T](evidence$1)).flatMap[String,ISCSIVolumeSource](((targetPortal:String)=>obj.read[Int]("lun")(intDecoder[T](evidence$1)).flatMap[String,ISCSIVolumeSource](((lun:Int)=>obj.readOpt[Seq[String]]("portals")(arrDecoder[T,String](evidence$1,stringDecoder[T](evidence$1))).flatMap[String,ISCSIVolumeSource](((portals:Option[Seq[String]])=>obj.readOpt[Boolean]("readOnly")(booleanDecoder[T](evidence$1)).flatMap[String,ISCSIVolumeSource](((readOnly:Option[Boolean])=>obj.readOpt[Boolean]("chapAuthDiscovery")(booleanDecoder[T](evidence$1)).flatMap[String,ISCSIVolumeSource](((chapAuthDiscovery:Option[Boolean])=>obj.readOpt[String]("fsType")(stringDecoder[T](evidence$1)).flatMap[String,ISCSIVolumeSource](((fsType:Option[String])=>obj.readOpt[io.k8s.api.core.v1.LocalObjectReference]("secretRef")(decoderOf[T](evidence$1)).flatMap[String,ISCSIVolumeSource](((secretRef:Option[LocalObjectReference])=>obj.readOpt[String]("initiatorName")(stringDecoder[T](evidence$1)).flatMap[String,ISCSIVolumeSource](((initiatorName:Option[String])=>obj.readOpt[String]("iscsiInterface")(stringDecoder[T](evidence$1)).flatMap[String,ISCSIVolumeSource](((iscsiInterface:Option[String])=>obj.readOpt[Boolean]("chapAuthSession")(booleanDecoder[T](evidence$1)).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[T,ISCSIVolumeSource])
}" class="documentableName ">decoderOf[T : Reader]: Decoder[T, ISCSIVolumeSource]
- Source:
- ISCSIVolumeSource.scala