Documentation ¶
Index ¶
- Constants
- type Manager
- func (m *Manager) ClusterInfo() *cluster.ClusterInfo
- func (m *Manager) ClusterManager() *cluster.Cluster
- func (m *Manager) Container(id string) (*cluster.Container, error)
- func (m *Manager) Containers(all bool) []*cluster.Container
- func (m *Manager) ContainersByImage(name string, all bool) ([]*cluster.Container, error)
- func (m *Manager) Destroy(container *cluster.Container) error
- func (m *Manager) Engine(id string) *dockerMan.Engine
- func (m *Manager) Engines() []*dockerMan.Engine
- func (m *Manager) IdenticalContainers(container *cluster.Container, all bool) ([]*cluster.Container, error)
- func (m *Manager) Run(image *cluster.Image, count int, pull bool) ([]*cluster.Container, error)
- func (m *Manager) Store() *sessions.CookieStore
Constants ¶
View Source
const ( // trackerHost = "http://tracker.shipyard-project.com" EngineHealthUp = "up" EngineHealthDown = "down" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Manager ¶
type Manager struct { StoreKey string // contains filtered or unexported fields }
func NewManager ¶
func (*Manager) ClusterInfo ¶
func (m *Manager) ClusterInfo() *cluster.ClusterInfo
func (*Manager) ClusterManager ¶
func (*Manager) ContainersByImage ¶
func (*Manager) IdenticalContainers ¶
func (*Manager) Store ¶
func (m *Manager) Store() *sessions.CookieStore
Click to show internal directories.
Click to hide internal directories.