package action
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- final case class AkkaRunnerDefaults(resourceConstraints: ResourceConstraints, javaOptions: String) extends RunnerDefaults with Product with Serializable
- case class CloudflowLabels(partOf: String, appVersion: String) extends Product with Serializable
- case class DeploymentContext(akkaRunnerDefaults: AkkaRunnerDefaults, podName: String, podNamespace: String) extends Product with Serializable
Provides defaults for deployment.
- final case class ResourceConstraints(cpuRequests: Quantity, memoryRequests: Quantity, cpuLimits: Option[Quantity], memoryLimits: Option[Quantity]) extends Product with Serializable
- final case class Resources(request: String, limit: String) extends Product with Serializable
- sealed trait RunnerDefaults extends AnyRef
Value Members
- object ActionExtension
- 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.
- object AppOwnerReference
- object CloudflowLabels extends Serializable
- object CloudflowStatus
- object EndpointActions
Creates a sequence of resource actions for the endpoint changes between a current application and a new application.
- object EventActions
- object JsonConfig
- object Name
A collection of methods to apply names for common Kubernetes resources.
- object PrepareNamespaceActions
Creates a sequence of resource actions for preparing the namespace where the application is installed
- object TopicActions
Creates topic actions for managed topics.