object PersistentVolumeClaimSpec
- Companion:
- class
- Source:
- PersistentVolumeClaimSpec.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]("volumeMode")(stringDecoder).flatMap[String,PersistentVolumeClaimSpec](((volumeMode:Option[String])=>obj.readOpt[io.k8s.api.core.v1.TypedLocalObjectReference]("dataSourceRef")(decoder).flatMap[String,PersistentVolumeClaimSpec](((dataSourceRef:Option[TypedLocalObjectReference])=>obj.readOpt[String]("storageClassName")(stringDecoder).flatMap[String,PersistentVolumeClaimSpec](((storageClassName:Option[String])=>obj.readOpt[io.k8s.api.core.v1.TypedLocalObjectReference]("dataSource")(decoder).flatMap[String,PersistentVolumeClaimSpec](((dataSource:Option[TypedLocalObjectReference])=>obj.readOpt[String]("volumeName")(stringDecoder).flatMap[String,PersistentVolumeClaimSpec](((volumeName:Option[String])=>obj.readOpt[io.k8s.api.core.v1.ResourceRequirements]("resources")(decoder).flatMap[String,PersistentVolumeClaimSpec](((resources:Option[ResourceRequirements])=>obj.readOpt[io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelector]("selector")(decoder).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[PersistentVolumeClaimSpec])
}" class="documentableAnchor">
implicit val obj.readOpt[String]("volumeMode")(stringDecoder).flatMap[String,PersistentVolumeClaimSpec](((volumeMode:Option[String])=>obj.readOpt[io.k8s.api.core.v1.TypedLocalObjectReference]("dataSourceRef")(decoder).flatMap[String,PersistentVolumeClaimSpec](((dataSourceRef:Option[TypedLocalObjectReference])=>obj.readOpt[String]("storageClassName")(stringDecoder).flatMap[String,PersistentVolumeClaimSpec](((storageClassName:Option[String])=>obj.readOpt[io.k8s.api.core.v1.TypedLocalObjectReference]("dataSource")(decoder).flatMap[String,PersistentVolumeClaimSpec](((dataSource:Option[TypedLocalObjectReference])=>obj.readOpt[String]("volumeName")(stringDecoder).flatMap[String,PersistentVolumeClaimSpec](((volumeName:Option[String])=>obj.readOpt[io.k8s.api.core.v1.ResourceRequirements]("resources")(decoder).flatMap[String,PersistentVolumeClaimSpec](((resources:Option[ResourceRequirements])=>obj.readOpt[io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelector]("selector")(decoder).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[PersistentVolumeClaimSpec])
}" class="documentableName ">decoder: Decoder[PersistentVolumeClaimSpec]