From 15cdcdca76f1cd21bd5f61edadec2fb7df307b1e Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Wed, 9 Dec 2020 07:03:51 -0500 Subject: Add --filter to podman system prune Also document the allowable filters in podman system prune, podman image prune and podman container prune. Signed-off-by: Daniel J Walsh --- pkg/domain/entities/system.go | 1 + 1 file changed, 1 insertion(+) (limited to 'pkg/domain/entities/system.go') diff --git a/pkg/domain/entities/system.go b/pkg/domain/entities/system.go index bde2b6ef2..4af013134 100644 --- a/pkg/domain/entities/system.go +++ b/pkg/domain/entities/system.go @@ -19,6 +19,7 @@ type ServiceOptions struct { type SystemPruneOptions struct { All bool Volume bool + Filter []string } // SystemPruneReport provides report after system prune is executed. -- cgit v1.2.3-54-g00ecf