Files
podman/pkg
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-16 10:52:13 +02:00
2020-06-23 18:51:56 -07:00
2020-06-15 07:05:56 -04:00
2019-07-23 15:43:40 -04:00
2020-06-02 08:28:08 -05:00
2020-06-17 05:39:57 -04:00
2018-03-27 21:55:33 +00:00
2020-06-15 07:05:56 -04:00
2020-06-15 07:05:56 -04:00
2020-06-10 05:49:41 -04:00
2020-06-19 14:47:36 +02:00
2020-03-09 09:03:51 +01:00
2020-06-15 07:05:56 -04:00
2020-06-29 09:17:55 -05:00
2020-01-13 14:27:02 +01:00
2020-01-14 09:54:48 +01:00
2020-06-10 05:49:41 -04:00
2020-03-30 08:18:35 -07:00