package backend
import "github.com/containernetworking/cni/plugins/ipam/host-local/backend"
Index ¶
Types ¶
type Store ¶
type Store interface { Lock() error Unlock() error Close() error Reserve(id string, ip net.IP) (bool, error) Release(ip net.IP) error ReleaseByID(id string) error }
Source Files ¶
Directories ¶
Path | Synopsis |
---|---|
plugins/ipam/host-local/backend/disk |
- Version
- v0.2.3
- Published
- May 12, 2016
- Platform
- js/wasm
- Imports
- 1 packages
- Last checked
- 1 day ago –
Tools for package owners.