# Packages

Package constraint exposes Marathon-like constraints for scheduling pods.
Package ha encapsulates high-availability scheduler concerns.

# Functions

A first-come-first-serve scheduler: acquires the first offer that can support the task.
New creates a new KubernetesScheduler.
No description provided by the author

# Structs

No description provided by the author
KubernetesScheduler implements: 1: A mesos scheduler.
No description provided by the author
wrapper for the k8s pod type so that we can define additional methods on a "pod".
No description provided by the author
No description provided by the author

# Interfaces

No description provided by the author
No description provided by the author

# Type aliases

PodScheduleFunc implements how to schedule pods among slaves.
No description provided by the author