diff options
author | baude <bbaude@redhat.com> | 2019-02-20 15:02:18 -0600 |
---|---|---|
committer | baude <bbaude@redhat.com> | 2019-02-21 08:40:42 -0600 |
commit | e91ec38a70f4755d06972a0b65edd1f2e5366581 (patch) | |
tree | 4f5792f6662ebe43bee3331354c13585351eb81e /cmd/podman/varlink | |
parent | 4934bf23272f185fa9f08d0ba890c5a0eb4ed14d (diff) | |
download | podman-e91ec38a70f4755d06972a0b65edd1f2e5366581.tar.gz podman-e91ec38a70f4755d06972a0b65edd1f2e5366581.tar.bz2 podman-e91ec38a70f4755d06972a0b65edd1f2e5366581.zip |
enable podman-remote pod rm
add the ability to delete a pod from the remote client.
Signed-off-by: baude <bbaude@redhat.com>
Diffstat (limited to 'cmd/podman/varlink')
-rw-r--r-- | cmd/podman/varlink/io.podman.varlink | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cmd/podman/varlink/io.podman.varlink b/cmd/podman/varlink/io.podman.varlink index cae77e5b3..53c21cb21 100644 --- a/cmd/podman/varlink/io.podman.varlink +++ b/cmd/podman/varlink/io.podman.varlink @@ -1102,6 +1102,8 @@ method VolumesPrune() -> (prunedNames: []string, prunedErrors: []string) method ImageSave(options: ImageSaveOptions) -> (reply: MoreResponse) +method GetPodsByContext(all: bool, latest: bool, args: []string) -> (pods: []string) + # ImageNotFound means the image could not be found by the provided name or ID in local storage. error ImageNotFound (id: string) |