cni

package
v0.1.0-beta1 Latest Latest
Warning

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

Go to latest
Published: Dec 19, 2018 License: Apache-2.0 Imports: 2 Imported by: 12

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CNI

type CNI interface {
	Info(ctx context.Context) *types.NetworkState
	Create(ctx context.Context, network *types.SubnetManifest) (*types.NetworkState, error)
	Destroy(ctx context.Context, network *types.NetworkState) error
	Replace(ctx context.Context, state *types.NetworkState, manifest *types.SubnetManifest) (*types.NetworkState, error)
	Subnets(ctx context.Context) (map[string]*types.NetworkState, error)
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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