Files
maybe-sybr cb61a2d858 APIv2: Add docker compatible volume endpoints
This change implements docker compatibile endpoint for interacting with
volumes. The code is mostly lifted from the `libpod` API handlers but
decodes and constructs data using types defined in the docker API
package.

Some notable support caveats with the current implementation:
  * we don't return the nullable `Status` or `UsageData` keys when
    returning volume information for inspect and create endpoints
  * we don't support filters when pruning
  * we return a fixed `0` for the `SpaceReclaimed` key when pruning
    since we have no insight into how much space was freed from runtime

Signed-off-by: Matt Brindley <58414429+maybe-sybr@users.noreply.github.com>
2020-07-02 16:33:19 +10:00
..
2020-06-10 05:49:41 -04:00
2020-01-21 16:35:45 -06:00
2020-05-26 12:04:20 -05:00
2020-03-10 08:03:41 -07:00
2020-05-06 17:08:22 +02:00
2020-04-06 12:45:42 -05:00
2020-03-10 08:03:41 -07:00
2020-06-16 15:57:38 -07:00
2020-05-06 17:08:22 +02:00
2020-03-10 08:03:41 -07:00
2020-04-27 12:00:35 +02:00
2020-03-18 14:34:14 -05:00