package
0.21.4
Repository: https://github.com/jsturtevant/kubernetes.git
Documentation: pkg.go.dev

# Packages

Package config provides mechanisms for low-level scheduler tuning.
Package constraint exposes Marathon-like constraints for scheduling pods.
Package ha encapsulates high-availability scheduler concerns.
Package meta defines framework constants used as keys in k8s annotations that are attached to k8s pods.
Package metrics defines and exposes instrumentation metrics of the scheduler.
Package podtask maps Kubernetes pods to Mesos tasks.
Package service contains the cmd/k8sm-scheduler glue code.
Package uid encapsulates unique identifiers code used by the scheduler.

# 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