Files
podman/pkg
Ed Santiago 2a411bcbfa Swagger: fix inconsistencies (try #2)
As I've mentioned once or twice, hand-maintained swagger docs
are evil. This commit attempts to fix:

  * Inconsistent methods (swagger says POST but code signature
    says GET)

  * Inconsistent capitalization

  * Typos ("Mounter", "pood")

  * Completely wrong paths (/inspect vs /json)

  * Missing .Method() registrations

  * Missing /libpod in some /volumes paths

  * Incorrect method declaration: /libpod/containers/.../kill
    was correct (POST) in swagger but wrong in the code itself
    (http.MethodGet). Correct the latter to MethodPost

This is two hours' work, even with a script I have that
tries to cross-check everything.

Swagger docs should not be human-maintained.

Signed-off-by: Ed Santiago <santiago@redhat.com>
2020-02-18 11:07:07 -07:00
..
2020-02-18 11:07:07 -07:00
2020-02-14 12:11:23 -06:00
2020-02-14 12:00:45 +01:00
2020-02-12 11:58:29 +01:00
2019-07-23 15:43:40 -04:00
2020-01-14 10:51:59 +01:00
2020-01-27 08:36:25 -06:00
2018-03-27 21:55:33 +00:00
2020-01-28 16:21:59 -06:00
2019-12-12 19:53:46 -03:00
2020-02-12 17:10:18 +01:00
2020-02-14 15:04:14 +01:00
2020-02-14 12:00:45 +01:00
2020-01-13 14:27:02 +01:00
2020-01-14 09:54:48 +01:00
2019-11-13 08:15:00 +11:00
2020-02-14 15:04:14 +01:00