host

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: 12 Imported by: 0

Documentation

Overview

Copyright 2019 Red Hat, Inc. Copyright 2021 DensityOps All rights reserved. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Copyright 2019 Red Hat, Inc. Copyright 2021 DensityOps All rights reserved. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

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:"-"`
	PublicKey     string
	PrivateKey    string
}

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