Job

skuber.model.batch.Job
See theJob companion object
case class Job(kind: String, apiVersion: String, metadata: ObjectMeta, spec: Option[Spec], status: Option[Status]) extends ObjectResource

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class TypeMeta
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def withActiveDeadlineSeconds(seconds: Int): Job
def withBackoffLimit(limit: Int): Job
def withCompletions(completions: Int): Job
def withParallelism(parallelism: Int): Job
def withTTLSecondsAfterFinished(limit: Int): Job
def withTemplate(template: Spec): Job

Inherited methods

def name: String

Attributes

Inherited from:
ObjectResource
def ns: String

Attributes

Inherited from:
ObjectResource
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def resourceVersion: String

Attributes

Inherited from:
ObjectResource

Concrete fields

lazy val copySpec: Spec