drivers

package
v1.4.0-beta.1 Latest Latest
Warning

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

Go to latest
Published: Sep 12, 2019 License: Apache-2.0 Imports: 20 Imported by: 34

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ExtractVMDriverVersion

func ExtractVMDriverVersion(s string) string

ExtractVMDriverVersion extracts the driver version. KVM and Hyperkit drivers support the 'version' command, that display the information as: version: vX.X.X commit: XXXX This method returns the version 'vX.X.X' or empty if the version isn't found.

func GetDiskPath

func GetDiskPath(d *drivers.BaseDriver) string

GetDiskPath returns the path of the machine disk image

func InstallOrUpdate added in v1.4.0

func InstallOrUpdate(driver, destination string, minikubeVersion semver.Version) error

InstallOrUpdate downloads driver if it is not present, or updates it if there's a newer version

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(flags drivers.DriverOptions) error

SetConfigFromFlags is not implemented yet

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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