ContainerStateTerminated

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[String]("reason")(stringDecoder[T](evidence$1)).flatMap[String,ContainerStateTerminated](((reason:Option[String])=>obj.readOpt[io.k8s.apimachinery.pkg.apis.meta.v1.Time]("startedAt")(decoder[T](evidence$1)).flatMap[String,ContainerStateTerminated](((startedAt:Option[Time])=>obj.readOpt[String]("message")(stringDecoder[T](evidence$1)).flatMap[String,ContainerStateTerminated](((message:Option[String])=>obj.readOpt[io.k8s.apimachinery.pkg.apis.meta.v1.Time]("finishedAt")(decoder[T](evidence$1)).flatMap[String,ContainerStateTerminated](((finishedAt:Option[Time])=>obj.readOpt[String]("containerID")(stringDecoder[T](evidence$1)).flatMap[String,ContainerStateTerminated](((containerID:Option[String])=>obj.readOpt[Int]("signal")(intDecoder[T](evidence$1)).map[ContainerStateTerminated](((signal:Option[Int])=>ContainerStateTerminated.apply(exitCode=exitCode,reason=reason,startedAt=startedAt,message=message,finishedAt=finishedAt,containerID=containerID,signal=signal))))))))))))))))) } (new$anon():Decoder[T,ContainerStateTerminated]) }" class="documentableAnchor">