package runner
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
-
final
class
AkkaRunner extends Runner[Deployment]
Creates the Resources that define an Akka Runner.
- final case class ContainerConfig(env: List[EnvVar] = List(), resources: Option[Requirements] = None, volumeMounts: List[Mount] = List(), ports: List[Port] = List()) extends Product with Serializable
-
final
class
FlinkRunner extends Runner[CR]
Creates the ConfigMap and the Runner resource (a FlinkResource.CR) that define a Flink Runner.
- trait PatchProvider[T <: Patch] extends AnyRef
- final case class PodConfig(containers: Map[String, ContainerConfig], labels: Map[String, String] = Map(), annotations: Map[String, String] = Map(), volumes: List[Volume] = List()) extends Product with Serializable
- final case class PodsConfig(pods: Map[String, PodConfig] = Map()) extends Product with Serializable
-
trait
Runner[T <: ObjectResource] extends AnyRef
A Runner translates into a Runner Kubernetes resource, and a ConfigMap that configures the runner.
-
final
class
SparkRunner extends Runner[CR] with PatchProvider[SpecPatch]
Creates the ConfigMap and the Runner resource (a SparkResource.CR) that define a Spark Runner.
Value Members
- object AkkaRunner
- object FlinkResource
- object FlinkRunner
- object PodsConfig extends Serializable
- object Runner
- object SparkResource
- object SparkRunner