JobSpec

io.k8s.api.batch.v1.JobSpec
See theJobSpec companion object
final case class JobSpec(template: PodTemplateSpec, parallelism: Option[Int], podReplacementPolicy: Option[String], completionMode: Option[String], maxFailedIndexes: Option[Int], podFailurePolicy: Option[PodFailurePolicy], manualSelector: Option[Boolean], backoffLimitPerIndex: Option[Int], suspend: Option[Boolean], backoffLimit: Option[Int], activeDeadlineSeconds: Option[Long], completions: Option[Int], ttlSecondsAfterFinished: Option[Int], selector: Option[LabelSelector])

JobSpec describes how the job execution will look like.

Attributes

Companion
object
Source
JobSpec.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

if activeDeadlineSeconds has a value, transforms to the result of function

if activeDeadlineSeconds has a value, transforms to the result of function

Attributes

Source
JobSpec.scala

if backoffLimit has a value, transforms to the result of function

if backoffLimit has a value, transforms to the result of function

Attributes

Source
JobSpec.scala

if backoffLimitPerIndex has a value, transforms to the result of function

if backoffLimitPerIndex has a value, transforms to the result of function

Attributes

Source
JobSpec.scala

if completionMode has a value, transforms to the result of function

if completionMode has a value, transforms to the result of function

Attributes

Source
JobSpec.scala

if completions has a value, transforms to the result of function

if completions has a value, transforms to the result of function

Attributes

Source
JobSpec.scala

if manualSelector has a value, transforms to the result of function

if manualSelector has a value, transforms to the result of function

Attributes

Source
JobSpec.scala

if maxFailedIndexes has a value, transforms to the result of function

if maxFailedIndexes has a value, transforms to the result of function

Attributes

Source
JobSpec.scala

if parallelism has a value, transforms to the result of function

if parallelism has a value, transforms to the result of function

Attributes

Source
JobSpec.scala

if podFailurePolicy has a value, transforms to the result of function

if podFailurePolicy has a value, transforms to the result of function

Attributes

Source
JobSpec.scala

if podReplacementPolicy has a value, transforms to the result of function

if podReplacementPolicy has a value, transforms to the result of function

Attributes

Source
JobSpec.scala

if selector has a value, transforms to the result of function

if selector has a value, transforms to the result of function

Attributes

Source
JobSpec.scala

if suspend has a value, transforms to the result of function

if suspend has a value, transforms to the result of function

Attributes

Source
JobSpec.scala

transforms template to result of function

transforms template to result of function

Attributes

Source
JobSpec.scala

if ttlSecondsAfterFinished has a value, transforms to the result of function

if ttlSecondsAfterFinished has a value, transforms to the result of function

Attributes

Source
JobSpec.scala

Returns a new data with activeDeadlineSeconds set to new value

Returns a new data with activeDeadlineSeconds set to new value

Attributes

Source
JobSpec.scala

Returns a new data with backoffLimit set to new value

Returns a new data with backoffLimit set to new value

Attributes

Source
JobSpec.scala

Returns a new data with backoffLimitPerIndex set to new value

Returns a new data with backoffLimitPerIndex set to new value

Attributes

Source
JobSpec.scala

Returns a new data with completionMode set to new value

Returns a new data with completionMode set to new value

Attributes

Source
JobSpec.scala
def withCompletions(value: Int): JobSpec

Returns a new data with completions set to new value

Returns a new data with completions set to new value

Attributes

Source
JobSpec.scala

Returns a new data with manualSelector set to new value

Returns a new data with manualSelector set to new value

Attributes

Source
JobSpec.scala

Returns a new data with maxFailedIndexes set to new value

Returns a new data with maxFailedIndexes set to new value

Attributes

Source
JobSpec.scala
def withParallelism(value: Int): JobSpec

Returns a new data with parallelism set to new value

Returns a new data with parallelism set to new value

Attributes

Source
JobSpec.scala

Returns a new data with podFailurePolicy set to new value

Returns a new data with podFailurePolicy set to new value

Attributes

Source
JobSpec.scala

Returns a new data with podReplacementPolicy set to new value

Returns a new data with podReplacementPolicy set to new value

Attributes

Source
JobSpec.scala

Returns a new data with selector set to new value

Returns a new data with selector set to new value

Attributes

Source
JobSpec.scala
def withSuspend(value: Boolean): JobSpec

Returns a new data with suspend set to new value

Returns a new data with suspend set to new value

Attributes

Source
JobSpec.scala

Returns a new data with template set to new value

Returns a new data with template set to new value

Attributes

Source
JobSpec.scala

Returns a new data with ttlSecondsAfterFinished set to new value

Returns a new data with ttlSecondsAfterFinished set to new value

Attributes

Source
JobSpec.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product