CSIPersistentVolumeSource

io.k8s.api.core.v1.CSIPersistentVolumeSource$
See theCSIPersistentVolumeSource companion class

Attributes

Companion:
class
Source:
CSIPersistentVolumeSource.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]("driver")(stringDecoder).flatMap[String,CSIPersistentVolumeSource](((driver:String)=>obj.readOpt[io.k8s.api.core.v1.SecretReference]("nodeStageSecretRef")(decoder).flatMap[String,CSIPersistentVolumeSource](((nodeStageSecretRef:Option[SecretReference])=>obj.readOpt[Boolean]("readOnly")(booleanDecoder).flatMap[String,CSIPersistentVolumeSource](((readOnly:Option[Boolean])=>obj.readOpt[String]("fsType")(stringDecoder).flatMap[String,CSIPersistentVolumeSource](((fsType:Option[String])=>obj.readOpt[io.k8s.api.core.v1.SecretReference]("controllerPublishSecretRef")(decoder).flatMap[String,CSIPersistentVolumeSource](((controllerPublishSecretRef:Option[SecretReference])=>obj.readOpt[Map[String,String]]("volumeAttributes")(mapDecoder[String](stringDecoder)).flatMap[String,CSIPersistentVolumeSource](((volumeAttributes:Option[Map[String,String]])=>obj.readOpt[io.k8s.api.core.v1.SecretReference]("controllerExpandSecretRef")(decoder).flatMap[String,CSIPersistentVolumeSource](((controllerExpandSecretRef:Option[SecretReference])=>obj.readOpt[io.k8s.api.core.v1.SecretReference]("nodeExpandSecretRef")(decoder).flatMap[String,CSIPersistentVolumeSource](((nodeExpandSecretRef:Option[SecretReference])=>obj.readOpt[io.k8s.api.core.v1.SecretReference]("nodePublishSecretRef")(decoder).map[CSIPersistentVolumeSource](((nodePublishSecretRef:Option[SecretReference])=>CSIPersistentVolumeSource.apply(volumeHandle=volumeHandle,driver=driver,nodeStageSecretRef=nodeStageSecretRef,readOnly=readOnly,fsType=fsType,controllerPublishSecretRef=controllerPublishSecretRef,volumeAttributes=volumeAttributes,controllerExpandSecretRef=controllerExpandSecretRef,nodeExpandSecretRef=nodeExpandSecretRef,nodePublishSecretRef=nodePublishSecretRef))))))))))))))))))))))) } (new$anon():Decoder[CSIPersistentVolumeSource]) }" t="n"class="documentableName ">decoder: Decoder[CSIPersistentVolumeSource]