MCPcopy Create free account
hub / github.com/docker/go-plugins-helpers / GetCapabilities

Method GetCapabilities

ipam/api.go:22–22  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers 1

initMuxMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected