spiegel_podman/pkg/domain
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
..
entities APIv2: Add docker compatible volume endpoints 2020-07-02 16:33:19 +10:00
filters Add support for dangling filter to volumes 2020-06-24 15:12:56 -04:00
infra Created timestamp returned by imagelist should be in unix format 2020-06-30 13:59:30 -04:00
utils Fixup issues found by golint 2020-06-10 05:49:41 -04:00