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")(decoderOf[T](evidence$1)).flatMap[String,ScaleIOVolumeSource](((secretRef:LocalObjectReference)=>obj.read[String]("gateway")(stringDecoder[T](evidence$1)).flatMap[String,ScaleIOVolumeSource](((gateway:String)=>obj.readOpt[Boolean]("readOnly")(booleanDecoder[T](evidence$1)).flatMap[String,ScaleIOVolumeSource](((readOnly:Option[Boolean])=>obj.readOpt[String]("fsType")(stringDecoder[T](evidence$1)).flatMap[String,ScaleIOVolumeSource](((fsType:Option[String])=>obj.readOpt[String]("storagePool")(stringDecoder[T](evidence$1)).flatMap[String,ScaleIOVolumeSource](((storagePool:Option[String])=>obj.readOpt[String]("protectionDomain")(stringDecoder[T](evidence$1)).flatMap[String,ScaleIOVolumeSource](((protectionDomain:Option[String])=>obj.readOpt[String]("volumeName")(stringDecoder[T](evidence$1)).flatMap[String,ScaleIOVolumeSource](((volumeName:Option[String])=>obj.readOpt[Boolean]("sslEnabled")(booleanDecoder[T](evidence$1)).flatMap[String,ScaleIOVolumeSource](((sslEnabled:Option[Boolean])=>obj.readOpt[String]("storageMode")(stringDecoder[T](evidence$1)).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[T,ScaleIOVolumeSource]) }" class="documentableAnchor">
implicit def obj.read[io.k8s.api.core.v1.LocalObjectReference]("secretRef")(decoderOf[T](evidence$1)).flatMap[String,ScaleIOVolumeSource](((secretRef:LocalObjectReference)=>obj.read[String]("gateway")(stringDecoder[T](evidence$1)).flatMap[String,ScaleIOVolumeSource](((gateway:String)=>obj.readOpt[Boolean]("readOnly")(booleanDecoder[T](evidence$1)).flatMap[String,ScaleIOVolumeSource](((readOnly:Option[Boolean])=>obj.readOpt[String]("fsType")(stringDecoder[T](evidence$1)).flatMap[String,ScaleIOVolumeSource](((fsType:Option[String])=>obj.readOpt[String]("storagePool")(stringDecoder[T](evidence$1)).flatMap[String,ScaleIOVolumeSource](((storagePool:Option[String])=>obj.readOpt[String]("protectionDomain")(stringDecoder[T](evidence$1)).flatMap[String,ScaleIOVolumeSource](((protectionDomain:Option[String])=>obj.readOpt[String]("volumeName")(stringDecoder[T](evidence$1)).flatMap[String,ScaleIOVolumeSource](((volumeName:Option[String])=>obj.readOpt[Boolean]("sslEnabled")(booleanDecoder[T](evidence$1)).flatMap[String,ScaleIOVolumeSource](((sslEnabled:Option[Boolean])=>obj.readOpt[String]("storageMode")(stringDecoder[T](evidence$1)).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[T,ScaleIOVolumeSource]) }" class="documentableName ">decoderOf[T : Reader]: Decoder[T, ScaleIOVolumeSource]
implicit def encoder[T](implicit builder: Builder[T]): Encoder[ScaleIOVolumeSource, T]