RequestPoolResponse returns a registered address pool with the IPAM driver
| 49 | |
| 50 | // RequestPoolResponse returns a registered address pool with the IPAM driver |
| 51 | type 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 |
| 58 | type ReleasePoolRequest struct { |
nothing calls this directly
no outgoing calls
no test coverage detected