package
0.0.0-20190325123005-f372d8d4e354
Repository: https://github.com/globocom/docker-cluster.git
Documentation: pkg.go.dev
# Functions
New creates a new Cluster, initially composed by the given nodes.
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
Cluster is the basic type of the package.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Node represents a host running Docker.
# Interfaces
ContainerStorage provides methods to store and retrieve information about the relation between the node and the container.
ExecStorage works like ContainerStorage, but stores information about execID and containerID.
No description provided by the author
No description provided by the author
ImageStorage works like ContainerStorage, but stores information about images and hosts.
No description provided by the author
Scheduler represents a scheduling strategy, that will be used when creating new containers.
Arbitrary options to be sent to the scheduler.
No description provided by the author