resiphost

package
v1.0.0-alpha1.0...-5efeab2 Latest Latest
Warning

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

Go to latest
Published: May 28, 2025 License: Apache-2.0 Imports: 27 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func New

func New() resource.Driver

Types

type Addrs

type Addrs []net.Addr

func (Addrs) Has

func (t Addrs) Has(ip net.IP) bool

type T

type T struct {
	resource.T

	Path       naming.Path
	ObjectFQDN string
	DNS        []string

	// config
	Name         string         `json:"name"`
	Dev          string         `json:"dev"`
	Netmask      string         `json:"netmask"`
	Network      string         `json:"network"`
	Gateway      string         `json:"gateway"`
	Provisioner  string         `json:"provisioner"`
	CheckCarrier bool           `json:"check_carrier"`
	Alias        bool           `json:"alias"`
	Expose       []string       `json:"expose"`
	WaitDNS      *time.Duration `json:"wait_dns"`
	// contains filtered or unexported fields
}

func (*T) Abort

func (t *T) Abort(ctx context.Context) bool

func (*T) Label

func (t *T) Label(_ context.Context) string

Label implements Label from resource.Driver interface, it returns a formatted short description of the Resource

func (*T) Manifest

func (t *T) Manifest() *manifest.T

Manifest exposes to the core the input expected by the driver.

func (*T) Provision

func (t *T) Provision(ctx context.Context) error

func (*T) Provisioned

func (t *T) Provisioned() (provisioned.T, error)

func (*T) Start

func (t *T) Start(ctx context.Context) error

func (*T) Status

func (t *T) Status(ctx context.Context) status.T

func (*T) StatusInfo

func (t *T) StatusInfo(_ context.Context) map[string]interface{}

StatusInfo implements resource.StatusInfoer

func (*T) Stop

func (t *T) Stop(ctx context.Context) error

func (*T) Unprovision

func (t *T) Unprovision(ctx context.Context) error

Jump to

Keyboard shortcuts

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