object CleanupCron
- Source
- CleanupCron.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- CleanupCron
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
- def getDeployments(cfg: NelsonConfig): IO[Vector[CleanupRow]]
- def getDeploymentsForDatacenter(dc: Datacenter): StoreOpF[Vector[CleanupRow]]
- def getDeploymentsForNamespace(ns: Namespace): StoreOpF[Vector[(Namespace, DeploymentCtx)]]
- def pipeline(cfg: NelsonConfig)(implicit ec: ExecutionContext): Stream[IO, Unit]
- def process(cfg: NelsonConfig): Stream[IO, CleanupRow]
- def refresh(cfg: NelsonConfig): Stream[IO, Duration]
- def routable(d: DeploymentCtx): Boolean