final case class Driver(coreLimit: Option[String] = None, env: Option[Seq[EnvVar]] = None, javaOptions: Option[String] = None, serviceAccount: Option[String] = Some(SparkServiceAccount), labels: Map[String, String] = Map(), annotations: Map[String, String] = Map(), configMaps: Seq[NamePath] = Seq(), secrets: Seq[NamePathSecretType] = Seq(), volumeMounts: Seq[VolumeMount] = Nil, securityContext: Option[SecurityContext] = None) extends KubernetesResource with Product with Serializable
NOTE: coreRequest in Driver is only supported in Spark 3.0: https://github.com/GoogleCloudPlatform/spark-on-k8s-operator/blob/8c480acfdd09882ed2f00573f15e7830558de524/pkg/apis/sparkoperator.k8s.io/v1beta2/types.go#L499
- Annotations
- @JsonIgnoreProperties() @JsonDeserialize() @JsonCreator()
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Driver
- Product
- Equals
- KubernetesResource
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new Driver(coreLimit: Option[String] = None, env: Option[Seq[EnvVar]] = None, javaOptions: Option[String] = None, serviceAccount: Option[String] = Some(SparkServiceAccount), labels: Map[String, String] = Map(), annotations: Map[String, String] = Map(), configMaps: Seq[NamePath] = Seq(), secrets: Seq[NamePathSecretType] = Seq(), volumeMounts: Seq[VolumeMount] = Nil, securityContext: Option[SecurityContext] = None)
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
- val annotations: Map[String, String]
- 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 configMaps: Seq[NamePath]
- val coreLimit: Option[String]
- val env: Option[Seq[EnvVar]]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- 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()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val javaOptions: Option[String]
- val labels: Map[String, String]
- 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 secrets: Seq[NamePathSecretType]
- val securityContext: Option[SecurityContext]
- val serviceAccount: Option[String]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val volumeMounts: Seq[VolumeMount]
- 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()