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

Struct RequestPoolRequest

ipam/api.go:42–48  ·  view source on GitHub ↗

RequestPoolRequest is sent by the daemon when a pool needs to be created

Source from the content-addressed store, hash-verified

40
41// RequestPoolRequest is sent by the daemon when a pool needs to be created
42type RequestPoolRequest struct {
43 AddressSpace string
44 Pool string
45 SubPool string
46 Options map[string]string
47 V6 bool
48}
49
50// RequestPoolResponse returns a registered address pool with the IPAM driver
51type RequestPoolResponse struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected