Documentation
¶
Rendered for darwin/amd64
Index ¶
- type LibKrunStubber
- func (l *LibKrunStubber) CreateVM(opts define.CreateVMOpts, mc *vmconfigs.MachineConfig, ...) error
- func (l *LibKrunStubber) Exists(name string) (bool, error)
- func (l *LibKrunStubber) GetRosetta(mc *vmconfigs.MachineConfig) (bool, error)
- func (l *LibKrunStubber) MountType() vmconfigs.VolumeMountType
- func (l *LibKrunStubber) MountVolumesToVM(mc *vmconfigs.MachineConfig, quiet bool) error
- func (l *LibKrunStubber) PostStartNetworking(mc *vmconfigs.MachineConfig, noInfo bool) error
- func (l *LibKrunStubber) PrepareIgnition(mc *vmconfigs.MachineConfig, ignBuilder *ignition.IgnitionBuilder) (*ignition.ReadyUnitOpts, error)
- func (l *LibKrunStubber) Remove(mc *vmconfigs.MachineConfig) ([]string, func() error, error)
- func (l *LibKrunStubber) RemoveAndCleanMachines(dirs *define.MachineDirs) error
- func (l *LibKrunStubber) RequireExclusiveActive() bool
- func (l *LibKrunStubber) SetProviderAttrs(mc *vmconfigs.MachineConfig, opts define.SetOptions) error
- func (l *LibKrunStubber) StartNetworking(mc *vmconfigs.MachineConfig, cmd *gvproxy.GvproxyCommand) error
- func (l *LibKrunStubber) StartVM(mc *vmconfigs.MachineConfig) (func() error, func() error, error)
- func (l *LibKrunStubber) State(mc *vmconfigs.MachineConfig, bypass bool) (define.Status, error)
- func (l *LibKrunStubber) StopHostNetworking(mc *vmconfigs.MachineConfig, vmType define.VMType) error
- func (l *LibKrunStubber) StopVM(mc *vmconfigs.MachineConfig, hardStop bool) error
- func (l *LibKrunStubber) UpdateSSHPort(mc *vmconfigs.MachineConfig, port int) error
- func (l *LibKrunStubber) UseProviderNetworkSetup() bool
- func (l *LibKrunStubber) UserModeNetworkEnabled(mc *vmconfigs.MachineConfig) bool
- func (l *LibKrunStubber) VMType() define.VMType
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LibKrunStubber ¶
type LibKrunStubber struct {
vmconfigs.AppleHVConfig
}
func (*LibKrunStubber) CreateVM ¶
func (l *LibKrunStubber) CreateVM(opts define.CreateVMOpts, mc *vmconfigs.MachineConfig, builder *ignition.IgnitionBuilder) error
func (*LibKrunStubber) GetRosetta ¶
func (l *LibKrunStubber) GetRosetta(mc *vmconfigs.MachineConfig) (bool, error)
func (*LibKrunStubber) MountType ¶
func (l *LibKrunStubber) MountType() vmconfigs.VolumeMountType
func (*LibKrunStubber) MountVolumesToVM ¶
func (l *LibKrunStubber) MountVolumesToVM(mc *vmconfigs.MachineConfig, quiet bool) error
func (*LibKrunStubber) PostStartNetworking ¶
func (l *LibKrunStubber) PostStartNetworking(mc *vmconfigs.MachineConfig, noInfo bool) error
func (*LibKrunStubber) PrepareIgnition ¶
func (l *LibKrunStubber) PrepareIgnition(mc *vmconfigs.MachineConfig, ignBuilder *ignition.IgnitionBuilder) (*ignition.ReadyUnitOpts, error)
func (*LibKrunStubber) Remove ¶
func (l *LibKrunStubber) Remove(mc *vmconfigs.MachineConfig) ([]string, func() error, error)
func (*LibKrunStubber) RemoveAndCleanMachines ¶
func (l *LibKrunStubber) RemoveAndCleanMachines(dirs *define.MachineDirs) error
func (*LibKrunStubber) RequireExclusiveActive ¶
func (l *LibKrunStubber) RequireExclusiveActive() bool
func (*LibKrunStubber) SetProviderAttrs ¶
func (l *LibKrunStubber) SetProviderAttrs(mc *vmconfigs.MachineConfig, opts define.SetOptions) error
func (*LibKrunStubber) StartNetworking ¶
func (l *LibKrunStubber) StartNetworking(mc *vmconfigs.MachineConfig, cmd *gvproxy.GvproxyCommand) error
func (*LibKrunStubber) StartVM ¶
func (l *LibKrunStubber) StartVM(mc *vmconfigs.MachineConfig) (func() error, func() error, error)
func (*LibKrunStubber) State ¶
func (l *LibKrunStubber) State(mc *vmconfigs.MachineConfig, bypass bool) (define.Status, error)
func (*LibKrunStubber) StopHostNetworking ¶
func (l *LibKrunStubber) StopHostNetworking(mc *vmconfigs.MachineConfig, vmType define.VMType) error
func (*LibKrunStubber) StopVM ¶
func (l *LibKrunStubber) StopVM(mc *vmconfigs.MachineConfig, hardStop bool) error
func (*LibKrunStubber) UpdateSSHPort ¶
func (l *LibKrunStubber) UpdateSSHPort(mc *vmconfigs.MachineConfig, port int) error
func (*LibKrunStubber) UseProviderNetworkSetup ¶
func (l *LibKrunStubber) UseProviderNetworkSetup() bool
func (*LibKrunStubber) UserModeNetworkEnabled ¶
func (l *LibKrunStubber) UserModeNetworkEnabled(mc *vmconfigs.MachineConfig) bool
func (*LibKrunStubber) VMType ¶
func (l *LibKrunStubber) VMType() define.VMType
Click to show internal directories.
Click to hide internal directories.