drivers

package
v1.35.0 Latest Latest
Warning

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

Go to latest
Published: Jan 15, 2025 License: Apache-2.0 Imports: 18 Imported by: 32

Documentation

Index

Constants

View Source
const LeasesPath = "/var/db/dhcpd_leases"

LeasesPath is the path to dhcpd leases

Variables

This section is empty.

Functions

func CreateRawDisk added in v1.31.0

func CreateRawDisk(diskPath string, sizeMB int) error

CreateRawDisk creates a new raw disk image.

Example usage:

path := ExtraDiskPath(baseDriver, diskID)
err := CreateRawDisk(path, baseDriver.DiskSize)

func ExtraDiskPath added in v1.23.0

func ExtraDiskPath(d *drivers.BaseDriver, diskID int) string

ExtraDiskPath returns the path of an additional disk suffixed with an ID.

func ExtractFile added in v1.34.0

func ExtractFile(isoPath, srcPath, destPath string) error

ExtractFile extracts a file from an ISO

func GetDiskPath

func GetDiskPath(d *drivers.BaseDriver) string

GetDiskPath returns the path of the machine disk image

func GetIPAddressByMACAddress added in v1.27.1

func GetIPAddressByMACAddress(mac string) (string, error)

GetIPAddressByMACAddress gets the IP address of a MAC address

func MakeDiskImage

func MakeDiskImage(d *drivers.BaseDriver, boot2dockerURL string, diskSize int) error

MakeDiskImage makes a boot2docker VM disk image.

func Restart

func Restart(d drivers.Driver) error

Restart a host. This may just call Stop(); Start() if the provider does not have any special restart behaviour.

Types

type CommonDriver

type CommonDriver struct{}

CommonDriver is the common driver base class

func (*CommonDriver) GetCreateFlags

func (d *CommonDriver) GetCreateFlags() []mcnflag.Flag

GetCreateFlags is not implemented yet

func (*CommonDriver) SetConfigFromFlags

func (d *CommonDriver) SetConfigFromFlags(_ drivers.DriverOptions) error

SetConfigFromFlags is not implemented yet

type DHCPEntry added in v1.27.1

type DHCPEntry struct {
	Name      string
	IPAddress string
	HWAddress net.HardwareAddr
	ID        string
	Lease     string
}

DHCPEntry holds a parsed DNS entry

Directories

Path Synopsis
kic
oci

Jump to

Keyboard shortcuts

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