Packages

p

nelson

scheduler

package scheduler

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. final case class DeploymentSummary(running: Option[Int], pending: Option[Int], completed: Option[Int], failed: Option[Int]) extends Product with Serializable
  2. final class KubernetesShell extends ~>[SchedulerOp, IO]

    SchedulerOp interpreter that uses the Kubernetes API server.

    SchedulerOp interpreter that uses the Kubernetes API server.

    See: https://kubernetes.io/docs/api-reference/v1.8/

  3. final class NomadHttp extends ~>[SchedulerOp, IO]
  4. final case class RunningUnit(name: Option[String], status: Option[String], parentID: Option[String]) extends Product with Serializable
  5. sealed abstract class SchedulerOp[A] extends Product with Serializable

Ungrouped