Package

nelson

scheduler

Permalink

package scheduler

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

    Permalink
  2. final class KubernetesHttp extends ~>[SchedulerOp, IO]

    Permalink

    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]

    Permalink
  4. final case class RunningUnit(name: Option[String], status: Option[String], parentID: Option[String]) extends Product with Serializable

    Permalink
  5. sealed abstract class SchedulerOp[A] extends Product with Serializable

    Permalink

Value Members

  1. object DeploymentSummary extends Serializable

    Permalink
  2. object NomadHttp extends Serializable

    Permalink
  3. object NomadJson

    Permalink
  4. object SchedulerOp extends Serializable

    Permalink

Ungrouped