()
| 20 | // Ipam represent the interface a driver must fulfill. |
| 21 | type Ipam interface { |
| 22 | GetCapabilities() (*CapabilitiesResponse, error) |
| 23 | GetDefaultAddressSpaces() (*AddressSpacesResponse, error) |
| 24 | RequestPool(*RequestPoolRequest) (*RequestPoolResponse, error) |
| 25 | ReleasePool(*ReleasePoolRequest) error |