Job

object Job
Companion:
class
trait Product
trait Mirror
class Object
trait Matchable
class Any
Job.type

Type members

Classlikes

case class Condition(`type`: String, status: String, lastProbeTime: Option[Timestamp], lastTransitionTime: Option[Timestamp], reason: Option[String], message: Option[String])
case class Spec(parallelism: Option[Int], completions: Option[Int], activeDeadlineSeconds: Option[Long], selector: Option[LabelSelector], manualSelector: Option[Boolean], template: Option[Spec], backoffLimit: Option[Int], ttlSecondsAfterFinished: Option[Int])
case class Status(conditions: List[Condition], startTime: Option[Timestamp], completionTime: Option[Timestamp], active: Option[Int], succeeded: Option[Int], failed: Option[Int])

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from:
Mirror

Value members

Concrete methods

def apply(name: String): Job

Implicits

Implicits