package scheduler
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
- final case class DeploymentSummary(running: Option[Int], pending: Option[Int], completed: Option[Int], failed: Option[Int]) extends Product with Serializable
-
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/
- final class NomadHttp extends ~>[SchedulerOp, IO]
- final case class RunningUnit(name: Option[String], status: Option[String], parentID: Option[String]) extends Product with Serializable
- sealed abstract class SchedulerOp[A] extends Product with Serializable
Value Members
- object DeploymentSummary extends Serializable
- object KubernetesShell extends Serializable
- object NomadHttp extends Serializable
- object NomadJson
- object SchedulerOp extends Serializable