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")(decoderOf[T](evidence$1)).flatMap[String,JobStatus](((uncountedTerminatedPods:Option[UncountedTerminatedPods])=>obj.readOpt[String]("completedIndexes")(stringDecoder[T](evidence$1)).flatMap[String,JobStatus](((completedIndexes:Option[String])=>obj.readOpt[io.k8s.apimachinery.pkg.apis.meta.v1.Time]("startTime")(decoder[T](evidence$1)).flatMap[String,JobStatus](((startTime:Option[Time])=>obj.readOpt[Int]("ready")(intDecoder[T](evidence$1)).flatMap[String,JobStatus](((ready:Option[Int])=>obj.readOpt[Int]("failed")(intDecoder[T](evidence$1)).flatMap[String,JobStatus](((failed:Option[Int])=>obj.readOpt[Int]("succeeded")(intDecoder[T](evidence$1)).flatMap[String,JobStatus](((succeeded:Option[Int])=>obj.readOpt[io.k8s.apimachinery.pkg.apis.meta.v1.Time]("completionTime")(decoder[T](evidence$1)).flatMap[String,JobStatus](((completionTime:Option[Time])=>obj.readOpt[Int]("active")(intDecoder[T](evidence$1)).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[T,JobStatus]) }" class="documentableAnchor">
implicit def encoder[T](implicit builder: Builder[T]): Encoder[JobStatus, T]