drivers

package
v1.33.0 Latest Latest
Warning

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

Go to latest
Published: Apr 19, 2024 License: Apache-2.0 Imports: 16 Imported by: 28

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 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.

func TrimMacAddress added in v1.27.1

func TrimMacAddress(rawUUID string) string

TrimMacAddress trimming "0" of the ten's digit

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 string
	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