spiegel_podman/pkg/varlinkapi
Valentin Rothberg 6ae4401bd1 iopodman.SearchImages: add ImageSearchFilter to Varlink API
Also add some argument checks to the Varlink function to avoid
referencing nil pointers, and complement the API.md descriptions.

The varlink endpoint can be tested via varlink CLI:

$ varlink call -m unix:/run/podman/io.podman/io.podman.SearchImages \
      '{"query": "ruby", "limit": 0, "tlsVerify": false, "filter": {}}'

Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
2019-02-20 10:25:25 +01:00
..
config.go Migrate to cobra CLI 2019-02-08 10:26:43 -06:00
containers.go pod infra container is started before a container in a pod is run, started, or attached. 2019-02-15 16:39:24 -05:00
containers_create.go Fix volume handling in podman 2019-02-14 13:21:52 -05:00
images.go iopodman.SearchImages: add ImageSearchFilter to Varlink API 2019-02-20 10:25:25 +01:00
mount.go Alter varlink API for ListContainerMounts to return a map 2019-01-29 16:47:27 -06:00
pods.go Clean up some existing varlink endpoints 2018-12-12 12:53:09 -06:00
system.go varlink: Simplify GetVersion() call 2019-02-12 14:47:49 +01:00
transfers.go podman-remote build 2019-02-13 15:36:36 -06:00
util.go podman-remote build 2019-02-13 15:36:36 -06:00
volumes.go enable podman-remote volume prune 2019-02-14 10:55:05 -06:00