JobTemplateSpec

final case class JobTemplateSpec(metadata: Option[ObjectMeta], spec: Option[JobSpec])

JobTemplateSpec describes the data a Job should have when created from a template

Source:
JobTemplateSpec.scala
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

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

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

Source:
JobTemplateSpec.scala

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

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

Source:
JobTemplateSpec.scala

Returns a new data with metadata set to new value

Returns a new data with metadata set to new value

Source:
JobTemplateSpec.scala

Returns a new data with spec set to new value

Returns a new data with spec set to new value

Source:
JobTemplateSpec.scala

Inherited methods

Inherited from:
Product