Versions in this module Expand all Collapse all v0 v0.5.0 Nov 3, 2015 Changes in this version + var Done = Status("done") + var Error = Status("error") + var Pending = Status("pending") + var Provisioning = Status("provisioning") + var Running = Status("running") + var Stopping = Status("stopping") + func DeleteCluster(ctx context.Context, zone, name string) error + type Op struct + Name string + Status Status + TargetURL string + Type Type + Zone string + func Operation(ctx context.Context, zone, name string) (*Op, error) + func Operations(ctx context.Context, zone string) ([]*Op, error) + type Resource struct + APIVersion string + ContainerIPv4CIDR string + Created time.Time + Description string + Endpoint string + MachineType string + Name string + Num int64 + Password string + ServicesIPv4CIDR string + SourceImage string + Status Status + Username string + Zone string + func Cluster(ctx context.Context, zone, name string) (*Resource, error) + func Clusters(ctx context.Context, zone string) ([]*Resource, error) + func CreateCluster(ctx context.Context, zone string, resource *Resource) (*Resource, error) + type Status string + type Type string + var TypeCreate Type = Type("createCluster") + var TypeDelete Type = Type("deleteCluster") v0.5.0-rc4 Oct 29, 2015