CSIVolumeSource

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.readOpt[Boolean]("readOnly")(booleanDecoder[T](evidence$1)).flatMap[String,CSIVolumeSource](((readOnly:Option[Boolean])=>obj.readOpt[String]("fsType")(stringDecoder[T](evidence$1)).flatMap[String,CSIVolumeSource](((fsType:Option[String])=>obj.readOpt[Map[String,String]]("volumeAttributes")(mapDecoder[T,String](evidence$1,stringDecoder[T](evidence$1))).flatMap[String,CSIVolumeSource](((volumeAttributes:Option[Map[String,String]])=>obj.readOpt[io.k8s.api.core.v1.LocalObjectReference]("nodePublishSecretRef")(decoderOf[T](evidence$1)).map[CSIVolumeSource](((nodePublishSecretRef:Option[LocalObjectReference])=>CSIVolumeSource.apply(driver=driver,readOnly=readOnly,fsType=fsType,volumeAttributes=volumeAttributes,nodePublishSecretRef=nodePublishSecretRef))))))))))))) } (new$anon():Decoder[T,CSIVolumeSource]) }" class="documentableAnchor">
implicit def encoder[T](implicit builder: Builder[T]): Encoder[CSIVolumeSource, T]