Versions in this module Expand all Collapse all v0 v0.4.0 Jan 27, 2017 v0.3.0 Jan 12, 2017 Changes in this version + var Cmd = &cobra.Command + func IPinRange(IPrange string) ([]string, error) + func IPinRanges(IPranges string) ([]string, error) + type AccessType struct + ServiceCatalog []ServiceCatalogEntry + Token Token + User interface{} + type Address struct + Addr string + Type string + type AuthToken struct + Access AccessType + type File struct + Contents []byte + Path string + func (f *File) MarshalJSON() ([]byte, error) + type Flavor struct + ID string + Links []Link + Name string + type HatcheryCloud struct + func (h *HatcheryCloud) CanSpawn(model *sdk.Model, req []sdk.Requirement) bool + func (h *HatcheryCloud) Hatchery() *sdk.Hatchery + func (h *HatcheryCloud) ID() int64 + func (h *HatcheryCloud) Init() error + func (h *HatcheryCloud) KillWorker(worker sdk.Worker) error + func (h *HatcheryCloud) SpawnWorker(model *sdk.Model, req []sdk.Requirement) error + func (h *HatcheryCloud) WorkerStarted(model *sdk.Model) int + type Image struct + ID string + Links []Link + Name string + type Link struct + HRef string + Rel string + type Network struct + FixedIP string + ID string + Label string + UUID string + type Personality []*File + type Server struct + AccessIPv4 string + Addresses map[string][]Address + FlavorRef string + ID string + IP string + ImageRef string + KeyName string + Links []Link + Metadata map[string]string + Name string + Networks []Network + Personality Personality + Status string + Updated string + UserData string + type ServiceCatalogEntry struct + Endpoints []ServiceEndpoint + Name string + Type string + type ServiceEndpoint struct + AdminURL string + InternalURL string + PublicURL string + Region string + Type string + VersionID string + type Token struct + Expires time.Time + ID string + Project struct{ ... }