netinfo

package
v1.30.0 Latest Latest
Warning

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

Go to latest
Published: Apr 13, 2018 License: Apache-2.0 Imports: 6 Imported by: 26

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Save

func Save(root string, info []NetInfo) error

Types

type NetInfo

type NetInfo struct {
	NetName    string          `json:"netName"`
	ConfPath   string          `json:"netConf"`
	PluginPath string          `json:"pluginPath"`
	IfName     string          `json:"ifName"`
	IP         net.IP          `json:"ip"`
	Args       string          `json:"args"`
	Mask       net.IP          `json:"mask"` // we used IP instead of IPMask because support for json serialization (we don't need specific functionalities)
	HostIP     net.IP          `json:"-"`
	IP4        *types.IPConfig `json:"-"`
	DNS        types.DNS       `json:"-"`
}

A type and some structure to represent rkt's view of a *runtime* network instance.

Each instance represents a network configuration that has been enabled, along with runtime information from the network plugin.

This information is also serialized in the pod's runtime directory so that `rkt list` and other stage0 programs can access the runtime state.

func LoadAt

func LoadAt(cdirfd int) ([]NetInfo, error)

func (*NetInfo) MergeCNIResult added in v1.15.0

func (ni *NetInfo) MergeCNIResult(result types.Result)

MergeCNIResult will incorporate the result of a CNI plugin's execution

Jump to

Keyboard shortcuts

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