Documentation ¶
Index ¶
- func CheckNetworkCollisions(target *net.IPNet) error
- func CleanupDHCPServers() error
- type Options
- type Stage
- func (vbox *Stage) Available(name string) (bool, error)
- func (vbox *Stage) CreateStage(conf *api.Stage) error
- func (vbox *Stage) DeleteStage(name string, force bool, volumes bool) error
- func (vbox *Stage) Exist(name string) (bool, error)
- func (vbox *Stage) GetContainerRuntime(name string) (runtime.ContainerRuntime, error)
- func (vbox *Stage) GetImageBuilder(name string) (builder.ImageBuilder, error)
- func (vbox *Stage) GetSSHOptions(name string) (*api.SSHOptions, error)
- func (vbox *Stage) GetStage(name string) (*api.GetStageResponse, error)
- func (vbox *Stage) GetURL(name string) (string, error)
- func (vbox *Stage) Init() (plugin.PluginConfig, error)
- func (vbox *Stage) PluginInfo() *coreapi.PluginInfo
- func (vbox *Stage) SetupHostOnlyNetwork(name string, cidr string) error
- func (vbox *Stage) StartStage(name string) error
- func (vbox *Stage) StopStage(name string) error
- func (vbox *Stage) Type() plugin.Type
- type State
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CheckNetworkCollisions ¶
func CleanupDHCPServers ¶
func CleanupDHCPServers() error
Types ¶
type Stage ¶
type Stage struct{}
func (*Stage) DeleteStage ¶
func (*Stage) GetContainerRuntime ¶
func (vbox *Stage) GetContainerRuntime(name string) (runtime.ContainerRuntime, error)
func (*Stage) GetImageBuilder ¶
func (vbox *Stage) GetImageBuilder(name string) (builder.ImageBuilder, error)
func (*Stage) GetSSHOptions ¶
func (vbox *Stage) GetSSHOptions(name string) (*api.SSHOptions, error)
func (*Stage) PluginInfo ¶
func (vbox *Stage) PluginInfo() *coreapi.PluginInfo
func (*Stage) SetupHostOnlyNetwork ¶
func (*Stage) StartStage ¶
Click to show internal directories.
Click to hide internal directories.