final case class Spec(type: String = "Scala", mode: String = "cluster", sparkVersion: String = "2.4.5", image: String = "", imagePullPolicy: String = "Always", mainClass: String = "", sparkConf: Option[Map[String, String]] = None, mainApplicationFile: Option[String] = Some("spark-internal"), volumes: Seq[Volume] = Nil, driver: Driver, executor: Executor, restartPolicy: RestartPolicy, monitoring: Monitoring) extends KubernetesResource with Product with Serializable
- Annotations
- @JsonIgnoreProperties() @JsonDeserialize() @JsonCreator()
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Spec
- Product
- Equals
- KubernetesResource
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new Spec(type: String = "Scala", mode: String = "cluster", sparkVersion: String = "2.4.5", image: String = "", imagePullPolicy: String = "Always", mainClass: String = "", sparkConf: Option[Map[String, String]] = None, mainApplicationFile: Option[String] = Some("spark-internal"), volumes: Seq[Volume] = Nil, driver: Driver, executor: Executor, restartPolicy: RestartPolicy, monitoring: Monitoring)
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- val driver: Driver
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val executor: Executor
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- val image: String
- val imagePullPolicy: String
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val mainApplicationFile: Option[String]
- val mainClass: String
- val mode: String
- val monitoring: Monitoring
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val restartPolicy: RestartPolicy
- val sparkConf: Option[Map[String, String]]
- val sparkVersion: String
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val type: String
- val volumes: Seq[Volume]
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()