Documentation ¶
Overview ¶
Package null implements the null ipam driver. Null ipam driver satisfies ipamapi contract, but does not effectively reserve/allocate any address pool or address
Index ¶
Constants ¶
View Source
const (
// DriverName is the name of the built-in null ipam driver
DriverName = "null"
)
Variables ¶
This section is empty.
Functions ¶
func Register ¶
func Register(r ipamapi.Registerer) error
Register registers the null ipam driver with r.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.