summaryrefslogtreecommitdiff
path: root/cmd/podman/cliconfig/config.go
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2019-04-19 05:42:24 -0700
committerGitHub <noreply@github.com>2019-04-19 05:42:24 -0700
commit9f92b21d69719fb54e6f4712d11ebeeebd5a8714 (patch)
tree409dfe0466aa8024a6295e40901a17b8b62b8691 /cmd/podman/cliconfig/config.go
parente4947e5fd699f584cb815a4f4fd92f22b62f2c8a (diff)
parent69962682e990ddb9437291b98bd335e74c090fc8 (diff)
downloadpodman-9f92b21d69719fb54e6f4712d11ebeeebd5a8714.tar.gz
podman-9f92b21d69719fb54e6f4712d11ebeeebd5a8714.tar.bz2
podman-9f92b21d69719fb54e6f4712d11ebeeebd5a8714.zip
Merge pull request #2970 from jwhonce/wip/remote_pod_prune
Refactor of 'podman prune' to better support remote
Diffstat (limited to 'cmd/podman/cliconfig/config.go')
-rw-r--r--cmd/podman/cliconfig/config.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/podman/cliconfig/config.go b/cmd/podman/cliconfig/config.go
index 16c98a13e..640a4bff4 100644
--- a/cmd/podman/cliconfig/config.go
+++ b/cmd/podman/cliconfig/config.go
@@ -159,7 +159,7 @@ type PruneContainersValues struct {
Force bool
}
-type PrunePodsValues struct {
+type PodPruneValues struct {
PodmanCommand
Force bool
}