types

package
v0.0.0-...-319b497 Latest Latest
Warning

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

Go to latest
Published: Sep 2, 2020 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ErrNoOps         = errors.New("No ops")
	ErrCIDRNotInPool = errors.New("The requested subnet must match the CIDR of a configured Calico IP Pool")
)

Functions

This section is empty.

Types

type ContainerInfo

type ContainerInfo struct {
	ID        string
	Addresses []ReservedAddress
}

ContainerInfo .

type Pool

type Pool struct {
	CIDR    string
	Name    string
	Gateway string
}

Pool .

type ReserveRequest

type ReserveRequest struct {
	ReservedAddress
}

ReserveRequest .

type ReservedAddress

type ReservedAddress struct {
	PoolID  string
	Address string
}

ReservedAddress .

Jump to

Keyboard shortcuts

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