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.1.0
- Published
- Jul 22, 2015
- Platform
- linux/amd64
- Imports
- 1 packages
- Last checked
- 1 day ago –
Tools for package owners.