object PersistentVolumeStatus
- Companion:
- class
- Source:
- PersistentVolumeStatus.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]("phase")(stringDecoder[T](evidence$1)).flatMap[String,PersistentVolumeStatus](((phase:Option[String])=>obj.readOpt[String]("reason")(stringDecoder[T](evidence$1)).map[PersistentVolumeStatus](((reason:Option[String])=>PersistentVolumeStatus.apply(message=message,phase=phase,reason=reason)))))))))
}
(new$anon():Decoder[T,PersistentVolumeStatus])
}" class="documentableAnchor">
implicit def obj.readOpt[String]("phase")(stringDecoder[T](evidence$1)).flatMap[String,PersistentVolumeStatus](((phase:Option[String])=>obj.readOpt[String]("reason")(stringDecoder[T](evidence$1)).map[PersistentVolumeStatus](((reason:Option[String])=>PersistentVolumeStatus.apply(message=message,phase=phase,reason=reason)))))))))
}
(new$anon():Decoder[T,PersistentVolumeStatus])
}" class="documentableName ">decoderOf[T : Reader]: Decoder[T, PersistentVolumeStatus]
- Source:
- PersistentVolumeStatus.scala