Documentation
¶
Index ¶
- Constants
- type DaemonRunner
- type HyperV
- type LinuxKit
- func (l *LinuxKit) CreateVM(vm VM) error
- func (l *LinuxKit) DaemonSpec(cpus, mem int, depsIsoPath string) (daemon.DaemonSpec, error)
- func (l *LinuxKit) Destroy(vmName string) error
- func (l *LinuxKit) IsRunning(vmName string) (bool, error)
- func (l *LinuxKit) Start(vmName string) error
- func (l *LinuxKit) Stop(vmName string) error
- func (l *LinuxKit) Watch(exit chan string)
- type UI
- type VM
Constants ¶
View Source
const LinuxKitLabel = "org.cloudfoundry.cfdev.linuxkit"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DaemonRunner ¶
type LinuxKit ¶
type LinuxKit struct { Config config.Config DaemonRunner DaemonRunner }
func (*LinuxKit) DaemonSpec ¶
Click to show internal directories.
Click to hide internal directories.