Condition

object Condition
Companion:
class
Source:
Condition.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]("status")(stringDecoder[T](evidence$1)).flatMap[String,Condition](((status:String)=>obj.read[io.k8s.apimachinery.pkg.apis.meta.v1.Time]("lastTransitionTime")(decoder[T](evidence$1)).flatMap[String,Condition](((lastTransitionTime:Time)=>obj.read[String]("message")(stringDecoder[T](evidence$1)).flatMap[String,Condition](((message:String)=>obj.read[String]("type")(stringDecoder[T](evidence$1)).flatMap[String,Condition](((type:String)=>obj.readOpt[Int]("observedGeneration")(intDecoder[T](evidence$1)).map[Condition](((observedGeneration:Option[Int])=>Condition.apply(reason=reason,status=status,lastTransitionTime=lastTransitionTime,message=message,type=type,observedGeneration=observedGeneration))))))))))))))) } (new$anon():Decoder[T,Condition]) }" class="documentableAnchor">
implicit def encoder[T](implicit builder: Builder[T]): Encoder[Condition, T]