object CSIVolumeSource
- Companion:
- class
- Source:
- CSIVolumeSource.scala
Type members
Inherited types
The names of the product elements
The names of the product elements
- Inherited from:
- Mirror
- Source:
- Mirror.scala
Implicits
Implicits
obj.readOpt[Boolean]("readOnly")(booleanDecoder).flatMap[String,CSIVolumeSource](((readOnly:Option[Boolean])=>obj.readOpt[String]("fsType")(stringDecoder).flatMap[String,CSIVolumeSource](((fsType:Option[String])=>obj.readOpt[Map[String,String]]("volumeAttributes")(mapDecoder[String](stringDecoder)).flatMap[String,CSIVolumeSource](((volumeAttributes:Option[Map[String,String]])=>obj.readOpt[io.k8s.api.core.v1.LocalObjectReference]("nodePublishSecretRef")(decoder).map[CSIVolumeSource](((nodePublishSecretRef:Option[LocalObjectReference])=>CSIVolumeSource.apply(driver=driver,readOnly=readOnly,fsType=fsType,volumeAttributes=volumeAttributes,nodePublishSecretRef=nodePublishSecretRef)))))))))))))
}
(new$anon():Decoder[CSIVolumeSource])
}" class="documentableAnchor">
implicit val obj.readOpt[Boolean]("readOnly")(booleanDecoder).flatMap[String,CSIVolumeSource](((readOnly:Option[Boolean])=>obj.readOpt[String]("fsType")(stringDecoder).flatMap[String,CSIVolumeSource](((fsType:Option[String])=>obj.readOpt[Map[String,String]]("volumeAttributes")(mapDecoder[String](stringDecoder)).flatMap[String,CSIVolumeSource](((volumeAttributes:Option[Map[String,String]])=>obj.readOpt[io.k8s.api.core.v1.LocalObjectReference]("nodePublishSecretRef")(decoder).map[CSIVolumeSource](((nodePublishSecretRef:Option[LocalObjectReference])=>CSIVolumeSource.apply(driver=driver,readOnly=readOnly,fsType=fsType,volumeAttributes=volumeAttributes,nodePublishSecretRef=nodePublishSecretRef)))))))))))))
}
(new$anon():Decoder[CSIVolumeSource])
}" class="documentableName ">decoder: Decoder[CSIVolumeSource]
- Source:
- CSIVolumeSource.scala