From e91ec38a70f4755d06972a0b65edd1f2e5366581 Mon Sep 17 00:00:00 2001 From: baude Date: Wed, 20 Feb 2019 15:02:18 -0600 Subject: enable podman-remote pod rm add the ability to delete a pod from the remote client. Signed-off-by: baude --- API.md | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'API.md') diff --git a/API.md b/API.md index 0cb06e3bb..c5e138bca 100755 --- a/API.md +++ b/API.md @@ -51,6 +51,8 @@ in the [API.md](https://github.com/containers/libpod/blob/master/API.md) file in [func GetPodStats(name: string) string, ContainerStats](#GetPodStats) +[func GetPodsByContext(all: bool, latest: bool, args: []string) []string](#GetPodsByContext) + [func GetVersion() string, string, string, string, string, int](#GetVersion) [func GetVolumes(args: []string, all: bool) Volume](#GetVolumes) @@ -529,6 +531,11 @@ $ varlink call unix:/run/podman/io.podman/io.podman.GetPodStats '{"name": "7f62b "pod": "7f62b508b6f12b11d8fe02e0db4de6b9e43a7d7699b33a4fc0d574f6e82b4ebd" } ~~~ +### func GetPodsByContext +
+ +method GetPodsByContext(all: [bool](https://godoc.org/builtin#bool), latest: [bool](https://godoc.org/builtin#bool), args: [[]string](#[]string)) [[]string](#[]string)
+ ### func GetVersion
-- cgit v1.2.3-54-g00ecf