Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AmazonSpawnPool ¶
type AmazonSpawnPool struct {
// contains filtered or unexported fields
}
func NewAmazonSpawnPool ¶
func NewAmazonSpawnPool(name, accessKey, secretKey, zone, privateKey string) (pool *AmazonSpawnPool, err error)
func (AmazonSpawnPool) Grow ¶
func (pool AmazonSpawnPool) Grow(conf string) (err error)
Spawn instance will spawn an instance to whatever stack is specified in the environment
func (AmazonSpawnPool) Shrink ¶
func (pool AmazonSpawnPool) Shrink() (err error)
Kill instance will kill a single instance in the environment
Click to show internal directories.
Click to hide internal directories.