ISCSIPersistentVolumeSource

io.k8s.api.core.v1.ISCSIPersistentVolumeSource$
See theISCSIPersistentVolumeSource companion class

Attributes

Companion:
class
Source:
ISCSIPersistentVolumeSource.scala
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Type members

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
Source:
Mirror.scala

The name of the type

The name of the type

Attributes

Inherited from:
Mirror
Source:
Mirror.scala

Implicits

Implicits

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