ScaleIOVolumeSource

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.LocalObjectReference]("secretRef")(decoder).flatMap[String,ScaleIOVolumeSource](((secretRef:LocalObjectReference)=>obj.read[String]("gateway")(stringDecoder).flatMap[String,ScaleIOVolumeSource](((gateway:String)=>obj.readOpt[Boolean]("readOnly")(booleanDecoder).flatMap[String,ScaleIOVolumeSource](((readOnly:Option[Boolean])=>obj.readOpt[String]("fsType")(stringDecoder).flatMap[String,ScaleIOVolumeSource](((fsType:Option[String])=>obj.readOpt[String]("storagePool")(stringDecoder).flatMap[String,ScaleIOVolumeSource](((storagePool:Option[String])=>obj.readOpt[String]("protectionDomain")(stringDecoder).flatMap[String,ScaleIOVolumeSource](((protectionDomain:Option[String])=>obj.readOpt[String]("volumeName")(stringDecoder).flatMap[String,ScaleIOVolumeSource](((volumeName:Option[String])=>obj.readOpt[Boolean]("sslEnabled")(booleanDecoder).flatMap[String,ScaleIOVolumeSource](((sslEnabled:Option[Boolean])=>obj.readOpt[String]("storageMode")(stringDecoder).map[ScaleIOVolumeSource](((storageMode:Option[String])=>ScaleIOVolumeSource.apply(system=system,secretRef=secretRef,gateway=gateway,readOnly=readOnly,fsType=fsType,storagePool=storagePool,protectionDomain=protectionDomain,volumeName=volumeName,sslEnabled=sslEnabled,storageMode=storageMode))))))))))))))))))))))) } (new$anon():Decoder[ScaleIOVolumeSource]) }" class="documentableAnchor">