summaryrefslogtreecommitdiff
path: root/API.md
diff options
context:
space:
mode:
authorValentin Rothberg <rothberg@redhat.com>2019-02-18 17:28:26 +0100
committerValentin Rothberg <rothberg@redhat.com>2019-02-20 10:25:25 +0100
commit0d3eaca28a5485540feee02918abcd6f294e9a1d (patch)
tree40e860788c5bddcbd83a8a637f75ccbcf315fed6 /API.md
parent87c9f4cc226a8b709d39de473f09dd341b1a4fc3 (diff)
downloadpodman-0d3eaca28a5485540feee02918abcd6f294e9a1d.tar.gz
podman-0d3eaca28a5485540feee02918abcd6f294e9a1d.tar.bz2
podman-0d3eaca28a5485540feee02918abcd6f294e9a1d.zip
SearchImages: extend API with filter parameter
Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
Diffstat (limited to 'API.md')
-rwxr-xr-xAPI.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/API.md b/API.md
index 1a75e1492..f61afbee4 100755
--- a/API.md
+++ b/API.md
@@ -107,7 +107,7 @@ in the [API.md](https://github.com/containers/libpod/blob/master/API.md) file in
[func RestartPod(name: string) string](#RestartPod)
-[func SearchImages(query: string, limit: , tlsVerify: ) ImageSearchResult](#SearchImages)
+[func SearchImages(query: string, limit: int, tlsVerify: ?bool, filter: []string) ImageSearchResult](#SearchImages)
[func SendFile(type: string, length: int) string](#SendFile)