RequestPoolRequest is sent by the daemon when a pool needs to be created
| 40 | |
| 41 | // RequestPoolRequest is sent by the daemon when a pool needs to be created |
| 42 | type 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 |
| 51 | type RequestPoolResponse struct { |
nothing calls this directly
no outgoing calls
no test coverage detected