spiegel_podman/pkg/bindings/containers
Valentin Rothberg 2abcd4f1de libpod/containers/json: alias last -> limit
Support both `last` and `limit` for in the containers listing endpoint.
We intended to use `limit` which is also mentioned in the docs, but the
implementation ended up using `last` as the http parameter; likely being
caused by the CLI using `--last`.  To avoid any regression, we decided
for supporting both and aliasing `last`.

Fixes: #6413
Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
2020-06-22 16:55:48 +02:00
..
attach.go Correct logic for demux'ing channels 2020-06-19 08:35:15 -07:00
checkpoint.go Turn on More linters 2020-06-15 07:05:56 -04:00
commit.go Fix Id->ID where possible for lint 2020-06-10 05:49:41 -04:00
containers.go libpod/containers/json: alias last -> limit 2020-06-22 16:55:48 +02:00
create.go compat handlers: add X-Registry-Auth header support 2020-05-29 15:39:37 +02:00
diff.go Fix Id->ID where possible for lint 2020-06-10 05:49:41 -04:00
exec.go Enable detached exec for remote 2020-06-02 15:30:42 -04:00
healthcheck.go compat handlers: add X-Registry-Auth header support 2020-05-29 15:39:37 +02:00
logs.go compat handlers: add X-Registry-Auth header support 2020-05-29 15:39:37 +02:00
mount.go compat handlers: add X-Registry-Auth header support 2020-05-29 15:39:37 +02:00
types.go Turn on More linters 2020-06-15 07:05:56 -04:00