Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Backend ¶
type Backend interface {
Create([]string, *sync.WaitGroup, chan string, chan error)
Destroy([]string, *sync.WaitGroup, chan string, chan error)
Start([]string, *sync.WaitGroup, chan string, chan error)
Stop([]string, *sync.WaitGroup, chan string, chan error)
Scale(string, int, *sync.WaitGroup, chan string, chan error)
SSH(string) error
ListUnits() error
ListUnitFiles() error
Status(string) error
Journal(string) error
}
Backend interface is used to interact with the cluster control plane
Click to show internal directories.
Click to hide internal directories.