JobSpec

io.k8s.api.batch.v1.JobSpec
See theJobSpec companion object
final case class JobSpec(template: PodTemplateSpec, parallelism: Option[Int], completionMode: Option[String], podFailurePolicy: Option[PodFailurePolicy], manualSelector: Option[Boolean], suspend: Option[Boolean], backoffLimit: Option[Int], activeDeadlineSeconds: Option[Int], 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

Members list

Concise view

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 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 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 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 completionMode set to new value

Returns a new data with completionMode set to new value

Attributes

Source:
JobSpec.scala

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 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 selector set to new value

Returns a new data with selector set to new value

Attributes

Source:
JobSpec.scala

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