host

package
v2.35.0 Latest Latest
Warning

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

Go to latest
Published: Apr 30, 2024 License: Apache-2.0 Imports: 12 Imported by: 0

Documentation

Index

Constants

View Source
const Version = 3

ConfigVersion dictates which version of the config.json format is used. It needs to be bumped if there is a breaking change, and therefore migration, introduced to the config file format.

Variables

This section is empty.

Functions

func MachineInState

func MachineInState(d drivers.Driver, desiredState state.State) func() error

Types

type Host

type Host struct {
	ConfigVersion int
	Driver        drivers.Driver
	DriverName    string
	DriverPath    string
	Name          string
	RawDriver     []byte `json:"-"`
}

func MigrateHost

func MigrateHost(name string, data []byte) (*Host, error)

func (*Host) Kill

func (h *Host) Kill() error

func (*Host) Stop

func (h *Host) Stop() error

func (*Host) UpdateConfig

func (h *Host) UpdateConfig(rawConfig []byte) error

type Metadata

type Metadata struct {
	ConfigVersion int
}

type RawDataDriver

type RawDataDriver struct {
	*none.Driver
	Data []byte // passed directly back when invoking json.Marshal on this type
}

func (*RawDataDriver) MarshalJSON

func (r *RawDataDriver) MarshalJSON() ([]byte, error)

func (*RawDataDriver) UnmarshalJSON

func (r *RawDataDriver) UnmarshalJSON(data []byte) error

func (*RawDataDriver) UpdateConfigRaw

func (r *RawDataDriver) UpdateConfigRaw(rawData []byte) error

Jump to

Keyboard shortcuts

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