scheduler

package
v0.0.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 12, 2017 License: MIT Imports: 14 Imported by: 0

Documentation

Overview

Package scheduler is respnosible for deciding on which minion to place each container in the cluster. It does this by updating each container in the Database with the PrivateIP of the minion it's assigned to, or the empty string if no assignment could be made. Worker nodes then read these assignments form Etcd, and boot the containers that they are instructed to.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Run

func Run(conn db.Conn, dk docker.Client)

Run blocks implementing the scheduler module.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL