Spec

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])
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product