summaryrefslogtreecommitdiff
path: root/cmd
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2019-03-26 07:09:17 -0700
committerGitHub <noreply@github.com>2019-03-26 07:09:17 -0700
commit60b009af4ef1415b83e0419ba41381912693ab86 (patch)
tree3927f6c2f9a3bfa97c3fe5ebefaaf1f1d49645ea /cmd
parent94406bcce935bf12c16e7e7762e9796fa0363f91 (diff)
parente730fc609347ddef217418dd6b0a9da5f671ba89 (diff)
downloadpodman-60b009af4ef1415b83e0419ba41381912693ab86.tar.gz
podman-60b009af4ef1415b83e0419ba41381912693ab86.tar.bz2
podman-60b009af4ef1415b83e0419ba41381912693ab86.zip
Merge pull request #2758 from baude/eventsDied
Add "died" event
Diffstat (limited to 'cmd')
-rw-r--r--cmd/podman/varlink/io.podman.varlink2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/podman/varlink/io.podman.varlink b/cmd/podman/varlink/io.podman.varlink
index 517a7a2a1..5999210c8 100644
--- a/cmd/podman/varlink/io.podman.varlink
+++ b/cmd/podman/varlink/io.podman.varlink
@@ -1151,7 +1151,7 @@ method GetPodsByContext(all: bool, latest: bool, args: []string) -> (pods: []str
method LoadImage(name: string, inputFile: string, quiet: bool, deleteFile: bool) -> (reply: MoreResponse)
# GetEvents returns known libpod events filtered by the options provided.
-method GetEvents(filter: []string, since: string, stream: bool, until: string) -> (events: Event)
+method GetEvents(filter: []string, since: string, until: string) -> (events: Event)
# ImageNotFound means the image could not be found by the provided name or ID in local storage.
error ImageNotFound (id: string, reason: string)