JobStatus

object JobStatus
Companion:
class
Source:
JobStatus.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.readOpt[io.k8s.api.batch.v1.UncountedTerminatedPods]("uncountedTerminatedPods")(decoder).flatMap[String,JobStatus](((uncountedTerminatedPods:Option[UncountedTerminatedPods])=>obj.readOpt[String]("completedIndexes")(stringDecoder).flatMap[String,JobStatus](((completedIndexes:Option[String])=>obj.readOpt[io.k8s.apimachinery.pkg.apis.meta.v1.Time]("startTime")(decoder).flatMap[String,JobStatus](((startTime:Option[Time])=>obj.readOpt[Int]("ready")(intDecoder).flatMap[String,JobStatus](((ready:Option[Int])=>obj.readOpt[Int]("failed")(intDecoder).flatMap[String,JobStatus](((failed:Option[Int])=>obj.readOpt[Int]("succeeded")(intDecoder).flatMap[String,JobStatus](((succeeded:Option[Int])=>obj.readOpt[io.k8s.apimachinery.pkg.apis.meta.v1.Time]("completionTime")(decoder).flatMap[String,JobStatus](((completionTime:Option[Time])=>obj.readOpt[Int]("active")(intDecoder).map[JobStatus](((active:Option[Int])=>JobStatus.apply(conditions=conditions,uncountedTerminatedPods=uncountedTerminatedPods,completedIndexes=completedIndexes,startTime=startTime,ready=ready,failed=failed,succeeded=succeeded,completionTime=completionTime,active=active))))))))))))))))))))) } (new$anon():Decoder[JobStatus]) }" class="documentableAnchor">