object CephFSPersistentVolumeSource
- Companion:
- class
- Source:
- CephFSPersistentVolumeSource.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[String]("path")(stringDecoder[T](evidence$1)).flatMap[String,CephFSPersistentVolumeSource](((path:Option[String])=>obj.readOpt[Boolean]("readOnly")(booleanDecoder[T](evidence$1)).flatMap[String,CephFSPersistentVolumeSource](((readOnly:Option[Boolean])=>obj.readOpt[io.k8s.api.core.v1.SecretReference]("secretRef")(decoderOf[T](evidence$1)).flatMap[String,CephFSPersistentVolumeSource](((secretRef:Option[SecretReference])=>obj.readOpt[String]("secretFile")(stringDecoder[T](evidence$1)).flatMap[String,CephFSPersistentVolumeSource](((secretFile:Option[String])=>obj.readOpt[String]("user")(stringDecoder[T](evidence$1)).map[CephFSPersistentVolumeSource](((user:Option[String])=>CephFSPersistentVolumeSource.apply(monitors=monitors,path=path,readOnly=readOnly,secretRef=secretRef,secretFile=secretFile,user=user)))))))))))))))
}
(new$anon():Decoder[T,CephFSPersistentVolumeSource])
}" class="documentableAnchor">
implicit def obj.readOpt[String]("path")(stringDecoder[T](evidence$1)).flatMap[String,CephFSPersistentVolumeSource](((path:Option[String])=>obj.readOpt[Boolean]("readOnly")(booleanDecoder[T](evidence$1)).flatMap[String,CephFSPersistentVolumeSource](((readOnly:Option[Boolean])=>obj.readOpt[io.k8s.api.core.v1.SecretReference]("secretRef")(decoderOf[T](evidence$1)).flatMap[String,CephFSPersistentVolumeSource](((secretRef:Option[SecretReference])=>obj.readOpt[String]("secretFile")(stringDecoder[T](evidence$1)).flatMap[String,CephFSPersistentVolumeSource](((secretFile:Option[String])=>obj.readOpt[String]("user")(stringDecoder[T](evidence$1)).map[CephFSPersistentVolumeSource](((user:Option[String])=>CephFSPersistentVolumeSource.apply(monitors=monitors,path=path,readOnly=readOnly,secretRef=secretRef,secretFile=secretFile,user=user)))))))))))))))
}
(new$anon():Decoder[T,CephFSPersistentVolumeSource])
}" class="documentableName ">decoderOf[T : Reader]: Decoder[T, CephFSPersistentVolumeSource]