StorageVersionCondition

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.read[String]("status")(stringDecoder).flatMap[String,StorageVersionCondition](((status:String)=>obj.read[String]("type")(stringDecoder).flatMap[String,StorageVersionCondition](((type:String)=>obj.readOpt[Int]("observedGeneration")(intDecoder).flatMap[String,StorageVersionCondition](((observedGeneration:Option[Int])=>obj.readOpt[io.k8s.apimachinery.pkg.apis.meta.v1.Time]("lastTransitionTime")(decoder).flatMap[String,StorageVersionCondition](((lastTransitionTime:Option[Time])=>obj.readOpt[String]("message")(stringDecoder).map[StorageVersionCondition](((message:Option[String])=>StorageVersionCondition.apply(reason=reason,status=status,type=type,observedGeneration=observedGeneration,lastTransitionTime=lastTransitionTime,message=message))))))))))))))) } (new$anon():Decoder[StorageVersionCondition]) }" class="documentableAnchor">