mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-08-12 03:45:46 +00:00
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> |
||
|---|---|---|
| .. | ||
| attach_test.go | ||
| auth_test.go | ||
| common_test.go | ||
| containers_test.go | ||
| create_test.go | ||
| exec_test.go | ||
| images_test.go | ||
| info_test.go | ||
| manifests_test.go | ||
| pods_test.go | ||
| system_test.go | ||
| test_suite_test.go | ||
| volumes_test.go | ||