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