Packages

trait Runner[T <: HasMetadata] extends AnyRef

A Runner translates into a Runner Kubernetes resource, and a ConfigMap that configures the runner.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Runner
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Abstract Value Members

  1. abstract def appActions(app: Cr, labels: CloudflowLabels, ownerReferences: List[OwnerReference]): Seq[Action]
  2. abstract def createOrReplaceResource(res: T)(implicit ct: ClassTag[T]): Action
  3. abstract def defaultReplicas: Int
  4. abstract def deleteResource(name: String, namespace: String)(implicit ct: ClassTag[T]): Action
  5. abstract def expectedPodCount(deployment: Deployment): Int
  6. abstract def resource(deployment: Deployment, app: Cr, configSecret: Secret, updateLabels: Map[String, String] = Map()): T

    Creates the runner resource.

  7. abstract def resourceName(deployment: Deployment): String
  8. abstract def runtime: String
  9. abstract def streamletChangeAction(app: Cr, runners: Map[String, Runner[_]], streamletDeployment: Deployment, secret: Secret): Action

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final val JavaOptsEnvVarName: String("JAVA_OPTS")
  5. final val PrometheusAgentKey: String("prometheus")
  6. final val RunnerJarName: String("cloudflow-runner.jar")
  7. final val RuntimeMainClass: String("cloudflow.runner.Runner")
  8. def actions(newApp: Cr, currentApp: Option[Cr], runners: Map[String, Runner[_]])(implicit ct: ClassTag[T]): Seq[Action]
  9. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  10. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  11. val createEventPolicyRule: PolicyRule
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  14. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  15. def getAnnotations(podsConfig: PodsConfig, podName: String): Map[String, String]
  16. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. def getContainerPorts(podsConfig: PodsConfig, podName: String): List[ContainerPort]
  18. def getEnvironmentVariables(podsConfig: PodsConfig, podName: String): Option[List[EnvVar]]
  19. def getJavaOptions(podsConfig: PodsConfig, podName: String): Option[String]
  20. def getLabels(podsConfig: PodsConfig, podName: String): Map[String, String]
  21. def getPodsConfig(secret: Secret): PodsConfig
  22. def getRuntimeConfig(secret: Secret): Config
  23. def getVolumeMounts(podsConfig: PodsConfig, podName: String): List[VolumeMount]
  24. def getVolumes(podsConfig: PodsConfig, podName: String): List[Volume]
  25. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  26. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  27. val log: Logger
  28. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  29. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  30. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  31. def prepareNamespaceActions(app: Cr, labels: CloudflowLabels, ownerReferences: List[OwnerReference]): Seq[Action]
  32. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  33. def toString(): String
    Definition Classes
    AnyRef → Any
  34. def updateActions(newApp: Cr, runners: Map[String, Runner[_]], deployment: Deployment)(implicit ct: ClassTag[T]): Seq[Action]
  35. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  36. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  37. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped