io.k8s.api.core.v1.CSIPersistentVolumeSource$
See theCSIPersistentVolumeSource companion class
object CSIPersistentVolumeSource
Attributes
- Companion:
- class
- Source:
- CSIPersistentVolumeSource.scala
- Graph
- Supertypes
- Self type
Members list
Concise view
Type members
Inherited types
The names of the product elements
The name of the type
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]