resipcni

package
v0.0.0-...-0a8b275 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ErrNoIPAddrAvail = errors.New("no ip address available")
	ErrDupIPAlloc    = errors.New("duplicate ip allocation")
)

Functions

func New

func New() resource.Driver

Types

type Addrs

type Addrs []net.Addr

type T

type T struct {
	resource.T

	Path naming.Path
	DNS  []string

	// config
	Expose     []string `json:"expose"`
	NetNS      string   `json:"netns"`
	NSDev      string   `json:"nsdev"`
	Network    string   `json:"network"`
	CNIConfig  string
	CNIPlugins string
	ObjectID   uuid.UUID
	ObjectFQDN string
	WaitDNS    *time.Duration `json:"wait_dns"`
}

func (T) ActionResourceDeps

func (t T) ActionResourceDeps() []actionresdeps.Dep

func (T) Label

func (t T) Label() string

func (T) LinkTo

func (t T) LinkTo() string

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() map[string]interface{}

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