Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Drivers = map[string]cloud.Driver{ "azure": azure.Driver, "ec2": ec2.Driver, "loopback": loopback.Driver, }
Drivers is a map of available cloud drivers. Clusters.*.Containers.CloudVMs.Driver configuration values correspond to keys in this map.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Source Files
¶
- adminclient.go
- cmd.go
- dispatcher.go
- driver.go
- logger.go
- readme.go
Directories
¶
| Path | Synopsis |
|---|---|
|
Package scheduler uses a resizable worker pool to execute containers in priority order.
|
Package scheduler uses a resizable worker pool to execute containers in priority order. |
|
Package sshexecutor provides an implementation of pool.Executor using a long-lived multiplexed SSH session.
|
Package sshexecutor provides an implementation of pool.Executor using a long-lived multiplexed SSH session. |
|
Package test provides fakes and other tools for testing cloud drivers and other dispatcher modules.
|
Package test provides fakes and other tools for testing cloud drivers and other dispatcher modules. |
Click to show internal directories.
Click to hide internal directories.