podman/pkg/api/handlers
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
..
compat APIv2: Add docker compatible volume endpoints 2020-07-02 16:33:19 +10:00
libpod Created timestamp returned by imagelist should be in unix format 2020-06-30 13:59:30 -04:00
swagger add {generate,play} kube 2020-05-06 17:08:22 +02:00
utils Merge pull request #6557 from rhatdan/lint 2020-06-15 09:19:40 -04:00
decoder.go Fix Id->ID where possible for lint 2020-06-10 05:49:41 -04:00
types.go Created timestamp returned by imagelist should be in unix format 2020-06-30 13:59:30 -04:00