Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var InterfaceSpec = spi.InterfaceSpec{
Name: "Manager",
Version: "0.1.0",
}
InterfaceSpec is the current name and version of the Instance API.
Functions ¶
This section is empty.
Types ¶
type Backend ¶
Backend is the admin / server interface
func NewManager ¶
func NewManager( plugins discovery.Plugins, leader leader.Detector, snapshot store.Snapshot, backendName string) (Backend, error)
NewManager returns the manager which depends on other services to coordinate and manage the plugins in order to ensure the infrastructure state matches the user's spec.
Click to show internal directories.
Click to hide internal directories.