PersistentVolumeClaimStatus

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[Seq[String]]("accessModes")(arrDecoder[String](stringDecoder)).flatMap[String,PersistentVolumeClaimStatus](((accessModes:Option[Seq[String]])=>obj.readOpt[String]("phase")(stringDecoder).flatMap[String,PersistentVolumeClaimStatus](((phase:Option[String])=>obj.readOpt[String]("resizeStatus")(stringDecoder).flatMap[String,PersistentVolumeClaimStatus](((resizeStatus:Option[String])=>obj.readOpt[Map[String,io.k8s.apimachinery.pkg.api.resource.Quantity]]("allocatedResources")(mapDecoder[Quantity](decoder)).flatMap[String,PersistentVolumeClaimStatus](((allocatedResources:Option[Map[String,Quantity]])=>obj.readOpt[Map[String,io.k8s.apimachinery.pkg.api.resource.Quantity]]("capacity")(mapDecoder[Quantity](decoder)).map[PersistentVolumeClaimStatus](((capacity:Option[Map[String,Quantity]])=>PersistentVolumeClaimStatus.apply(conditions=conditions,accessModes=accessModes,phase=phase,resizeStatus=resizeStatus,allocatedResources=allocatedResources,capacity=capacity))))))))))))))) } (new$anon():Decoder[PersistentVolumeClaimStatus]) }" class="documentableAnchor">