final case class DeployExecution(d: Deploy, client: KubeClient, logger: CliLogger) extends Execution[DeployResult] with WithProtocolVersion with WithUpdateReplicas with WithUpdateVolumeMounts with WithConfiguration with Product with Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DeployExecution
  2. Serializable
  3. Product
  4. Equals
  5. WithConfiguration
  6. WithUpdateVolumeMounts
  7. WithUpdateReplicas
  8. WithProtocolVersion
  9. Execution
  10. AnyRef
  11. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new DeployExecution(d: Deploy, client: KubeClient, logger: CliLogger)

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. val ApplicationDataKey: String
    Definition Classes
    WithConfiguration
  5. val PodsConfigDataKey: String
    Definition Classes
    WithConfiguration
  6. val RuntimeConfigDataKey: String
    Definition Classes
    WithConfiguration
  7. val SecretDataKey: String
    Definition Classes
    WithConfiguration
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. val client: KubeClient
  10. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  11. val d: Deploy
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  14. def generateConfiguration(tryUserConfig: => Try[Config], appCr: Cr, loggingConfig: Option[String], pvcsFn: () => Try[List[String]]): Try[(CloudflowRoot, String)]
    Definition Classes
    WithConfiguration
  15. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  16. def getStreamletsReplicas(appCr: Option[Cr]): Map[String, Int]
    Definition Classes
    WithUpdateReplicas
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. val logger: CliLogger
    Definition Classes
    DeployExecutionWithConfiguration
  19. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  21. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  22. def parseValues(in: Map[String, String]): Map[String, Config]
    Definition Classes
    WithConfiguration
  23. def portMappings(deployment: Deployment, appConfig: CloudflowRoot, streamletConfig: Config, clusterSecretConfigs: Map[String, Config]): Config
    Definition Classes
    WithConfiguration
  24. def productElementNames: Iterator[String]
    Definition Classes
    Product
  25. def readLogbackContent(f: Option[File]): Option[String]
    Definition Classes
    WithConfiguration
  26. def render(config: Config): String
    Definition Classes
    WithConfiguration
  27. def run(): Try[DeployResult]
    Definition Classes
    DeployExecutionExecution
  28. def streamletsConfigs(appCr: Cr, appConfig: CloudflowRoot, clusterSecretConfigs: () => Try[Map[String, Config]]): Try[Map[Deployment, Map[String, String]]]
    Definition Classes
    WithConfiguration
  29. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  30. def updateReplicas(crApp: Cr, replicas: Map[String, Int]): Try[Cr]
    Definition Classes
    WithUpdateReplicas
  31. def updateVolumeMounts(crApp: Cr, volumeMountsArgs: Map[String, String], pvcs: () => Try[List[String]]): Try[Cr]
    Definition Classes
    WithUpdateVolumeMounts
  32. def validateConfigParameters(crApp: Cr, cloudflowConfig: CloudflowRoot): Try[Unit]
    Definition Classes
    WithConfiguration
  33. def validateProtocolVersion(client: KubeClient, namespace: Option[String], logger: CliLogger): Try[String]
    Definition Classes
    WithProtocolVersion
  34. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  35. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  36. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from WithConfiguration

Inherited from WithUpdateVolumeMounts

Inherited from WithUpdateReplicas

Inherited from WithProtocolVersion

Inherited from Execution[DeployResult]

Inherited from AnyRef

Inherited from Any

Ungrouped