PersistentVolumeClaimSpec

trait Product
trait Mirror
class Object
trait Matchable
class Any

Type members

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from:
Mirror
Source:
Mirror.scala

The name of the type

The name of the type

Inherited from:
Mirror
Source:
Mirror.scala

Implicits

Implicits

obj.readOpt[String]("volumeMode")(stringDecoder[T](evidence$1)).flatMap[String,PersistentVolumeClaimSpec](((volumeMode:Option[String])=>obj.readOpt[io.k8s.api.core.v1.TypedLocalObjectReference]("dataSourceRef")(decoderOf[T](evidence$1)).flatMap[String,PersistentVolumeClaimSpec](((dataSourceRef:Option[TypedLocalObjectReference])=>obj.readOpt[String]("storageClassName")(stringDecoder[T](evidence$1)).flatMap[String,PersistentVolumeClaimSpec](((storageClassName:Option[String])=>obj.readOpt[io.k8s.api.core.v1.TypedLocalObjectReference]("dataSource")(decoderOf[T](evidence$1)).flatMap[String,PersistentVolumeClaimSpec](((dataSource:Option[TypedLocalObjectReference])=>obj.readOpt[String]("volumeName")(stringDecoder[T](evidence$1)).flatMap[String,PersistentVolumeClaimSpec](((volumeName:Option[String])=>obj.readOpt[io.k8s.api.core.v1.ResourceRequirements]("resources")(decoderOf[T](evidence$1)).flatMap[String,PersistentVolumeClaimSpec](((resources:Option[ResourceRequirements])=>obj.readOpt[io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelector]("selector")(decoderOf[T](evidence$1)).map[PersistentVolumeClaimSpec](((selector:Option[LabelSelector])=>PersistentVolumeClaimSpec.apply(accessModes=accessModes,volumeMode=volumeMode,dataSourceRef=dataSourceRef,storageClassName=storageClassName,dataSource=dataSource,volumeName=volumeName,resources=resources,selector=selector))))))))))))))))))) } (new$anon():Decoder[T,PersistentVolumeClaimSpec]) }" class="documentableAnchor">
implicit def obj.readOpt[String]("volumeMode")(stringDecoder[T](evidence$1)).flatMap[String,PersistentVolumeClaimSpec](((volumeMode:Option[String])=>obj.readOpt[io.k8s.api.core.v1.TypedLocalObjectReference]("dataSourceRef")(decoderOf[T](evidence$1)).flatMap[String,PersistentVolumeClaimSpec](((dataSourceRef:Option[TypedLocalObjectReference])=>obj.readOpt[String]("storageClassName")(stringDecoder[T](evidence$1)).flatMap[String,PersistentVolumeClaimSpec](((storageClassName:Option[String])=>obj.readOpt[io.k8s.api.core.v1.TypedLocalObjectReference]("dataSource")(decoderOf[T](evidence$1)).flatMap[String,PersistentVolumeClaimSpec](((dataSource:Option[TypedLocalObjectReference])=>obj.readOpt[String]("volumeName")(stringDecoder[T](evidence$1)).flatMap[String,PersistentVolumeClaimSpec](((volumeName:Option[String])=>obj.readOpt[io.k8s.api.core.v1.ResourceRequirements]("resources")(decoderOf[T](evidence$1)).flatMap[String,PersistentVolumeClaimSpec](((resources:Option[ResourceRequirements])=>obj.readOpt[io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelector]("selector")(decoderOf[T](evidence$1)).map[PersistentVolumeClaimSpec](((selector:Option[LabelSelector])=>PersistentVolumeClaimSpec.apply(accessModes=accessModes,volumeMode=volumeMode,dataSourceRef=dataSourceRef,storageClassName=storageClassName,dataSource=dataSource,volumeName=volumeName,resources=resources,selector=selector))))))))))))))))))) } (new$anon():Decoder[T,PersistentVolumeClaimSpec]) }" class="documentableName ">decoderOf[T : Reader]: Decoder[T, PersistentVolumeClaimSpec]