NodeCondition

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