podman/pkg/bindings/images
Baron Lenardson b90f7f9095 Rework pruning to report reclaimed space
This change adds code to report the reclaimed space after a prune.
Reclaimed space from volumes, images, and containers is recorded
during the prune call in a PruneReport struct. These structs are
collected into a slice during a system prune and processed afterwards
to calculate the total reclaimed space.

Closes #8658

Signed-off-by: Baron Lenardson <lenardson.baron@gmail.com>
2020-12-30 19:57:35 -06:00
..
build.go Honor the --layers flag 2020-12-09 08:31:36 -05:00
diff.go Podman image bindings for 3.0 2020-12-15 16:04:59 -06:00
images.go Rework pruning to report reclaimed space 2020-12-30 19:57:35 -06:00
pull.go Podman image bindings for 3.0 2020-12-15 16:04:59 -06:00
rm.go Podman image bindings for 3.0 2020-12-15 16:04:59 -06:00
types.go Spelling 2020-12-22 13:34:31 -05:00
types_diff_options.go podman v3 container bindings 2020-12-21 09:21:46 -06:00
types_export_options.go podman v3 container bindings 2020-12-21 09:21:46 -06:00
types_get_options.go podman v3 container bindings 2020-12-21 09:21:46 -06:00
types_history_options.go podman v3 container bindings 2020-12-21 09:21:46 -06:00
types_import_options.go podman v3 container bindings 2020-12-21 09:21:46 -06:00
types_list_options.go podman v3 container bindings 2020-12-21 09:21:46 -06:00
types_load_options.go podman v3 container bindings 2020-12-21 09:21:46 -06:00
types_prune_options.go podman v3 container bindings 2020-12-21 09:21:46 -06:00
types_pull_options.go podman v3 container bindings 2020-12-21 09:21:46 -06:00
types_push_options.go podman v3 container bindings 2020-12-21 09:21:46 -06:00
types_remove_options.go podman v3 container bindings 2020-12-21 09:21:46 -06:00
types_search_options.go podman v3 container bindings 2020-12-21 09:21:46 -06:00
types_tag_options.go podman v3 container bindings 2020-12-21 09:21:46 -06:00
types_tree_options.go podman v3 container bindings 2020-12-21 09:21:46 -06:00
types_untag_options.go podman v3 container bindings 2020-12-21 09:21:46 -06:00