o

nelson.cleanup

CleanupCron

object CleanupCron

Source
CleanupCron.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CleanupCron
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. def getDeployments(cfg: NelsonConfig): IO[Vector[CleanupRow]]
  2. def getDeploymentsForDatacenter(dc: Datacenter): StoreOpF[Vector[CleanupRow]]
  3. def getDeploymentsForNamespace(ns: Namespace): StoreOpF[Vector[(Namespace, DeploymentCtx)]]
  4. def pipeline(cfg: NelsonConfig)(implicit ec: ExecutionContext): Stream[IO, Unit]
  5. def process(cfg: NelsonConfig): Stream[IO, CleanupRow]
  6. def refresh(cfg: NelsonConfig): Stream[IO, Duration]
  7. def routable(d: DeploymentCtx): Boolean