Documentation ¶
Index ¶
Constants ¶
View Source
const DefaultRegion = "us-east1-b"
DefaultRegion is the preferred location for machines that don't have a user specified region preference.
Variables ¶
View Source
var Zones = []string{"us-central1-a", "us-east1-b", "europe-west1-b"}
Zones is the list of supported GCE zones
Functions ¶
This section is empty.
Types ¶
type Cluster ¶
type Cluster struct {
// contains filtered or unexported fields
}
The Cluster objects represents a connection to GCE.
func New ¶
New creates a GCE cluster.
Clusters are differentiated (namespace) by setting the description and filtering off of that.
Click to show internal directories.
Click to hide internal directories.