netpod

package
v1.4.0-alpha.1 Latest Latest
Warning

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

Go to latest
Published: Oct 16, 2024 License: Apache-2.0 Imports: 22 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func WithBindingPlugins

func WithBindingPlugins(bindings map[string]v1.InterfaceBindingPlugin) option

func WithCacheCreator

func WithCacheCreator(c cacheCreator) option

func WithLogger

func WithLogger(logger *log.FilteredLogger) option

func WithMasqueradeAdapter

func WithMasqueradeAdapter(h masqueradeAdapter) option

func WithNMStateAdapter

func WithNMStateAdapter(h nmstateAdapter) option

Types

type NSExecutor

type NSExecutor interface {
	Do(func() error) error
}

type NetPod

type NetPod struct {
	// contains filtered or unexported fields
}

func NewNetPod

func NewNetPod(vmiNetworks []v1.Network, vmiIfaces []v1.Interface, vmiUID string, podPID, ownerID, queuesCapacity int, state *State, opts ...option) NetPod

func (NetPod) Setup

func (n NetPod) Setup() error

type State

type State struct {
	NSExec NSExecutor
	// contains filtered or unexported fields
}

func NewState

func NewState(cache stateCacheReaderWriterDeleter, ns NSExecutor) *State

func (*State) Delete

func (s *State) Delete(nets []v1.Network) error

func (*State) PendingStartedFinished

func (s *State) PendingStartedFinished(nets []v1.Network) ([]v1.Network, []v1.Network, []v1.Network, error)

func (*State) SetFinished

func (s *State) SetFinished(nets []v1.Network) error

func (*State) SetStarted

func (s *State) SetStarted(nets []v1.Network) error

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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