Documentation
¶
Index ¶
Constants ¶
View Source
const DefaultRegion string = "sfo1"
DefaultRegion is assigned to Machines without a specified region
Variables ¶
View Source
var Regions = []string{"ams1", "ams2", "ams3", "blr1", "fra1", "lon1", "nyc1", "nyc2",
"nyc3", "sfo1", "sfo2", "sgp1", "tor1"}
Regions supported by the Digital Ocean API
Functions ¶
This section is empty.
Types ¶
type Cluster ¶
type Cluster struct {
// contains filtered or unexported fields
}
The Cluster object represents a connection to DigitalOcean.
func (Cluster) Boot ¶
Boot will boot every machine in a goroutine, and wait for the machines to come up.
func (Cluster) List ¶
List will fetch all droplets that have the same name as the cluster namespace.
Click to show internal directories.
Click to hide internal directories.