package action

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Package Members

  1. package runner

Type Members

  1. final case class AkkaRunnerDefaults(resourceConstraints: ResourceConstraints, javaOptions: String) extends RunnerDefaults with Product with Serializable
  2. case class CloudflowLabels(partOf: String, appVersion: String) extends Product with Serializable
  3. case class DeploymentContext(akkaRunnerDefaults: AkkaRunnerDefaults, podName: String, podNamespace: String) extends Product with Serializable

    Provides defaults for deployment.

  4. final case class ResourceConstraints(cpuRequests: Quantity, memoryRequests: Quantity, cpuLimits: Option[Quantity], memoryLimits: Option[Quantity]) extends Product with Serializable
  5. final case class Resources(request: String, limit: String) extends Product with Serializable
  6. sealed trait RunnerDefaults extends AnyRef

Value Members

  1. object ActionExtension
  2. object Actions

    Creates sequences of resource Actions deployment and undeployment of applications.

    Creates sequences of resource Actions deployment and undeployment of applications. The Actions record the required changes between an optional current application and a new application. The ActionExecutor executes these actions.

  3. object AppOwnerReference
  4. object CloudflowLabels extends Serializable
  5. object CloudflowStatus
  6. object EndpointActions

    Creates a sequence of resource actions for the endpoint changes between a current application and a new application.

  7. object EventActions
  8. object JsonConfig
  9. object Name

    A collection of methods to apply names for common Kubernetes resources.

  10. object PrepareNamespaceActions

    Creates a sequence of resource actions for preparing the namespace where the application is installed

  11. object TopicActions

    Creates topic actions for managed topics.

Ungrouped