object CSIPersistentVolumeSource
- Companion:
- class
- Source:
- CSIPersistentVolumeSource.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.read[String]("driver")(stringDecoder[T](evidence$1)).flatMap[String,CSIPersistentVolumeSource](((driver:String)=>obj.readOpt[io.k8s.api.core.v1.SecretReference]("nodeStageSecretRef")(decoderOf[T](evidence$1)).flatMap[String,CSIPersistentVolumeSource](((nodeStageSecretRef:Option[SecretReference])=>obj.readOpt[Boolean]("readOnly")(booleanDecoder[T](evidence$1)).flatMap[String,CSIPersistentVolumeSource](((readOnly:Option[Boolean])=>obj.readOpt[String]("fsType")(stringDecoder[T](evidence$1)).flatMap[String,CSIPersistentVolumeSource](((fsType:Option[String])=>obj.readOpt[io.k8s.api.core.v1.SecretReference]("controllerPublishSecretRef")(decoderOf[T](evidence$1)).flatMap[String,CSIPersistentVolumeSource](((controllerPublishSecretRef:Option[SecretReference])=>obj.readOpt[Map[String,String]]("volumeAttributes")(mapDecoder[T,String](evidence$1,stringDecoder[T](evidence$1))).flatMap[String,CSIPersistentVolumeSource](((volumeAttributes:Option[Map[String,String]])=>obj.readOpt[io.k8s.api.core.v1.SecretReference]("controllerExpandSecretRef")(decoderOf[T](evidence$1)).flatMap[String,CSIPersistentVolumeSource](((controllerExpandSecretRef:Option[SecretReference])=>obj.readOpt[io.k8s.api.core.v1.SecretReference]("nodeExpandSecretRef")(decoderOf[T](evidence$1)).flatMap[String,CSIPersistentVolumeSource](((nodeExpandSecretRef:Option[SecretReference])=>obj.readOpt[io.k8s.api.core.v1.SecretReference]("nodePublishSecretRef")(decoderOf[T](evidence$1)).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[T,CSIPersistentVolumeSource])
}" class="documentableAnchor">
implicit def obj.read[String]("driver")(stringDecoder[T](evidence$1)).flatMap[String,CSIPersistentVolumeSource](((driver:String)=>obj.readOpt[io.k8s.api.core.v1.SecretReference]("nodeStageSecretRef")(decoderOf[T](evidence$1)).flatMap[String,CSIPersistentVolumeSource](((nodeStageSecretRef:Option[SecretReference])=>obj.readOpt[Boolean]("readOnly")(booleanDecoder[T](evidence$1)).flatMap[String,CSIPersistentVolumeSource](((readOnly:Option[Boolean])=>obj.readOpt[String]("fsType")(stringDecoder[T](evidence$1)).flatMap[String,CSIPersistentVolumeSource](((fsType:Option[String])=>obj.readOpt[io.k8s.api.core.v1.SecretReference]("controllerPublishSecretRef")(decoderOf[T](evidence$1)).flatMap[String,CSIPersistentVolumeSource](((controllerPublishSecretRef:Option[SecretReference])=>obj.readOpt[Map[String,String]]("volumeAttributes")(mapDecoder[T,String](evidence$1,stringDecoder[T](evidence$1))).flatMap[String,CSIPersistentVolumeSource](((volumeAttributes:Option[Map[String,String]])=>obj.readOpt[io.k8s.api.core.v1.SecretReference]("controllerExpandSecretRef")(decoderOf[T](evidence$1)).flatMap[String,CSIPersistentVolumeSource](((controllerExpandSecretRef:Option[SecretReference])=>obj.readOpt[io.k8s.api.core.v1.SecretReference]("nodeExpandSecretRef")(decoderOf[T](evidence$1)).flatMap[String,CSIPersistentVolumeSource](((nodeExpandSecretRef:Option[SecretReference])=>obj.readOpt[io.k8s.api.core.v1.SecretReference]("nodePublishSecretRef")(decoderOf[T](evidence$1)).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[T,CSIPersistentVolumeSource])
}" class="documentableName ">decoderOf[T : Reader]: Decoder[T, CSIPersistentVolumeSource]