Documentation ¶
Index ¶
Constants ¶
View Source
const ( RUNNING = "Running" STOPPED = "Stopped" NOTFOUND = "NotFound" BUSY = "Busy" )
View Source
const ( MULTIPASS_PATH = "MULTIPASS_PATH" MULTIPASS_IMAGE = "MULTIPASS_IMAGE" MULTIPASS_CPUS = "MULTIPASS_CPUS" MULTIPASS_DISK_SIZE = "MULTIPASS_DISK_SIZE" MULTIPASS_MEMORY = "MULTIPASS_MEMORY" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Options ¶
type Options struct { Path string // Path to multipass binary Image string // --image arg passed into multipass launch command Cpus int // --cpus arg passed into multipass launch command DiskSize string // --disk arg passed into multipass launch command Memory string // --memory arg passed into multipass launch command }
func OptsFromEnv ¶
Click to show internal directories.
Click to hide internal directories.