config

package
v0.0.0-...-b764b01 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 1, 2021 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MachineConfig

type MachineConfig struct {
	// Virtual machine configuration
	Name            string
	Memory          int
	CPUs            int
	DiskSize        int
	ImageSourcePath string
	ImageFormat     string
	SSHKeyPath      string

	// HyperKit specific configuration
	KernelCmdLine string
	Initramfs     string
	Kernel        string

	// Experimental features
	NetworkMode NetworkMode
}

type NetworkMode

type NetworkMode string
const (
	SystemNetworkingMode NetworkMode = "system"
	UserNetworkingMode   NetworkMode = "user"
)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL