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