Documentation
¶
Index ¶
- Constants
- func NewDriver(hostName, storePath string) drivers.Driver
- type Driver
- func (d *Driver) Create() error
- func (d *Driver) DriverName() string
- func (d *Driver) GetCreateFlags() []mcnflag.Flag
- func (d *Driver) GetIP() (string, error)
- func (d *Driver) GetSSHHostname() (string, error)
- func (d *Driver) GetSSHUsername() string
- func (d *Driver) GetState() (state.State, error)
- func (d *Driver) GetURL() (string, error)
- func (d *Driver) Kill() error
- func (d *Driver) PreCreateCheck() error
- func (d *Driver) Remove() error
- func (d *Driver) Restart() error
- func (d *Driver) SetConfigFromFlags(flags drivers.DriverOptions) error
- func (d *Driver) Start() error
- func (d *Driver) Stop() error
Constants ¶
View Source
const Version string = "v0.9.3"
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Driver ¶
type Driver struct {
*drivers.BaseDriver
Id string
ApiURL string
ApiKey string
SecretKey string
HTTPGETOnly bool
JobTimeOut int64
UsePrivateIP bool
UsePortForward bool
PublicIP string
PublicIPID string
DisassociatePublicIP bool
SSHKeyPair string
PrivateIP string
CIDRList []string
FirewallRuleIds []string
Expunge bool
Template string
TemplateID string
ServiceOffering string
ServiceOfferingID string
DeleteVolumes bool
DiskOffering string
DiskOfferingID string
DiskSize int
RootDiskSize int64
Network []string
NetworkID []string
Zone string
ZoneID string
NetworkType string
UserDataFile string
UserData string
Project string
ProjectID string
PublicInterfaceIndex int
PrivateInterfaceIndex int
Domain string
DomainID string
Tags []string
DisplayName string
}
func (*Driver) DriverName ¶
DriverName returns the name of the driver as it is registered
func (*Driver) GetCreateFlags ¶
GetCreateFlags registers the flags this driver adds to "docker hosts create"
func (*Driver) GetSSHHostname ¶
func (*Driver) GetSSHUsername ¶
func (*Driver) GetURL ¶
GetURL returns a Docker compatible host URL for connecting to this host e.g. tcp://1.2.3.4:2376
func (*Driver) PreCreateCheck ¶
PreCreate allows for pre-create operations to make sure a driver is ready for creation
func (*Driver) SetConfigFromFlags ¶
func (d *Driver) SetConfigFromFlags(flags drivers.DriverOptions) error
SetConfigFromFlags configures the driver with the object that was returned by RegisterCreateFlags
Click to show internal directories.
Click to hide internal directories.