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

Struct RequestPoolResponse

ipam/api.go:51–55  ·  view source on GitHub ↗

RequestPoolResponse returns a registered address pool with the IPAM driver

Source from the content-addressed store, hash-verified

49
50// RequestPoolResponse returns a registered address pool with the IPAM driver
51type RequestPoolResponse struct {
52 PoolID string
53 Pool string
54 Data map[string]string
55}
56
57// ReleasePoolRequest is sent when releasing a previously registered address pool
58type ReleasePoolRequest struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected