concerto

package
v0.0.0-...-6a33cd4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 28, 2014 License: Apache-2.0 Imports: 20 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewDriver

func NewDriver(storePath string) (drivers.Driver, error)

func RegisterCreateFlags

func RegisterCreateFlags(cmd *flag.FlagSet) interface{}

RegisterCreateFlags registers the flags this driver adds to "docker machines create"

Types

type CreateFlags

type CreateFlags struct {
	PrivateKey  *string
	CaCert      *string
	Plan        *string
	SshIdentity *string
}

type Driver

type Driver struct {
	PrivateKey string
	CaCert     string
	ID         string
	Name       string

	IPAddress string
	Plan      string
	Size      string

	SshIdentity string
	URL         string
	// contains filtered or unexported fields
}

func (*Driver) Create

func (d *Driver) Create() error

func (*Driver) Delete

func (d *Driver) Delete(url string, parameters url.Values) error

func (*Driver) DriverName

func (driver *Driver) DriverName() string

func (*Driver) FindMachine

func (d *Driver) FindMachine(nameOrId string) types.Ship

func (*Driver) Get

func (d *Driver) Get(url string) ([]byte, error)

func (*Driver) GetIP

func (d *Driver) GetIP() (string, error)

func (*Driver) GetSSHCommand

func (d *Driver) GetSSHCommand(args ...string) (*exec.Cmd, error)

func (*Driver) GetState

func (d *Driver) GetState() (state.State, error)

func (*Driver) GetURL

func (d *Driver) GetURL() (string, error)

func (*Driver) Kill

func (d *Driver) Kill() error

func (*Driver) ListMachines

func (d *Driver) ListMachines(parameters url.Values) (types.Fleet, error)

func (*Driver) Post

func (d *Driver) Post(url string, parameters url.Values) ([]byte, error)

func (*Driver) Put

func (d *Driver) Put(url string) error

func (*Driver) Remove

func (d *Driver) Remove() error

func (*Driver) Restart

func (d *Driver) Restart() error

func (*Driver) SetConfigFromFlags

func (d *Driver) SetConfigFromFlags(flagsInterface interface{}) error

func (*Driver) Start

func (d *Driver) Start() error

func (*Driver) Stop

func (d *Driver) Stop() error

func (*Driver) Upgrade

func (d *Driver) Upgrade() error

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL