class KubernetesDriverConf extends KubernetesConf with Logging
:: DeveloperApi ::
Used for K8s operations internally and Spark K8s operator.
- Annotations
- @Unstable() @DeveloperApi() @Since("4.0.0")
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- KubernetesDriverConf
- Logging
- KubernetesConf
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new KubernetesDriverConf(sparkConf: SparkConf, appId: String, mainAppResource: MainAppResource, mainClass: String, appArgs: Array[String], proxyUser: Option[String], clock: Clock = new SystemClock())
Type Members
- implicit class LogStringContext extends AnyRef
- Definition Classes
- Logging
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
- def annotations: Map[String, String]
- Definition Classes
- KubernetesDriverConf → KubernetesConf
- val appArgs: Array[String]
- val appId: String
- Definition Classes
- KubernetesDriverConf → KubernetesConf
- def appName: String
- Definition Classes
- KubernetesConf
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- def contains(config: ConfigEntry[_]): Boolean
- Definition Classes
- KubernetesConf
- def driverNodeSelector: Map[String, String]
- lazy val driverServiceName: String
- def environment: Map[String, String]
- Definition Classes
- KubernetesDriverConf → KubernetesConf
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def get(conf: String, defaultValue: String): String
- Definition Classes
- KubernetesConf
- def get(conf: String): String
- Definition Classes
- KubernetesConf
- def get[T](config: ConfigEntry[T]): T
- Definition Classes
- KubernetesConf
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def getOption(key: String): Option[String]
- Definition Classes
- KubernetesConf
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def imagePullPolicy: String
- Definition Classes
- KubernetesConf
- def imagePullSecrets: Seq[LocalObjectReference]
- Definition Classes
- KubernetesConf
- def initializeLogIfNecessary(isInterpreter: Boolean, silent: Boolean): Boolean
- Attributes
- protected
- Definition Classes
- Logging
- def initializeLogIfNecessary(isInterpreter: Boolean): Unit
- Attributes
- protected
- Definition Classes
- Logging
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isTraceEnabled(): Boolean
- Attributes
- protected
- Definition Classes
- Logging
- def labels: Map[String, String]
- Definition Classes
- KubernetesDriverConf → KubernetesConf
- def log: Logger
- Attributes
- protected
- Definition Classes
- Logging
- def logDebug(msg: => String, throwable: Throwable): Unit
- Attributes
- protected
- Definition Classes
- Logging
- def logDebug(entry: LogEntry, throwable: Throwable): Unit
- Attributes
- protected
- Definition Classes
- Logging
- def logDebug(entry: LogEntry): Unit
- Attributes
- protected
- Definition Classes
- Logging
- def logDebug(msg: => String): Unit
- Attributes
- protected
- Definition Classes
- Logging
- def logError(msg: => String, throwable: Throwable): Unit
- Attributes
- protected
- Definition Classes
- Logging
- def logError(entry: LogEntry, throwable: Throwable): Unit
- Attributes
- protected
- Definition Classes
- Logging
- def logError(entry: LogEntry): Unit
- Attributes
- protected
- Definition Classes
- Logging
- def logError(msg: => String): Unit
- Attributes
- protected
- Definition Classes
- Logging
- def logInfo(msg: => String, throwable: Throwable): Unit
- Attributes
- protected
- Definition Classes
- Logging
- def logInfo(entry: LogEntry, throwable: Throwable): Unit
- Attributes
- protected
- Definition Classes
- Logging
- def logInfo(entry: LogEntry): Unit
- Attributes
- protected
- Definition Classes
- Logging
- def logInfo(msg: => String): Unit
- Attributes
- protected
- Definition Classes
- Logging
- def logName: String
- Attributes
- protected
- Definition Classes
- Logging
- def logTrace(msg: => String, throwable: Throwable): Unit
- Attributes
- protected
- Definition Classes
- Logging
- def logTrace(entry: LogEntry, throwable: Throwable): Unit
- Attributes
- protected
- Definition Classes
- Logging
- def logTrace(entry: LogEntry): Unit
- Attributes
- protected
- Definition Classes
- Logging
- def logTrace(msg: => String): Unit
- Attributes
- protected
- Definition Classes
- Logging
- def logWarning(msg: => String, throwable: Throwable): Unit
- Attributes
- protected
- Definition Classes
- Logging
- def logWarning(entry: LogEntry, throwable: Throwable): Unit
- Attributes
- protected
- Definition Classes
- Logging
- def logWarning(entry: LogEntry): Unit
- Attributes
- protected
- Definition Classes
- Logging
- def logWarning(msg: => String): Unit
- Attributes
- protected
- Definition Classes
- Logging
- val mainAppResource: MainAppResource
- val mainClass: String
- def namespace: String
- Definition Classes
- KubernetesConf
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def nodeSelector: Map[String, String]
- Definition Classes
- KubernetesConf
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- val proxyUser: Option[String]
- val resourceNamePrefix: String
- Definition Classes
- KubernetesDriverConf → KubernetesConf
- def schedulerName: Option[String]
- Definition Classes
- KubernetesDriverConf → KubernetesConf
- def secretEnvNamesToKeyRefs: Map[String, String]
- Definition Classes
- KubernetesDriverConf → KubernetesConf
- def secretNamesToMountPaths: Map[String, String]
- Definition Classes
- KubernetesDriverConf → KubernetesConf
- def serviceAnnotations: Map[String, String]
- def serviceLabels: Map[String, String]
- val sparkConf: SparkConf
- Definition Classes
- KubernetesConf
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- def volumes: Seq[KubernetesVolumeSpec]
- Definition Classes
- KubernetesDriverConf → KubernetesConf
- 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()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- def withLogContext(context: HashMap[String, String])(body: => Unit): Unit
- Attributes
- protected
- Definition Classes
- Logging
- def workerDecommissioning: Boolean
- Definition Classes
- KubernetesConf
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)