diff options
author | Jake Correnti <jcorrenti13@gmail.com> | 2022-07-01 15:50:43 -0400 |
---|---|---|
committer | Jake Correnti <jcorrenti13@gmail.com> | 2022-07-05 07:38:08 -0400 |
commit | 4fe7b8baf2a7f7916653adb0784f5ef15a112ec2 (patch) | |
tree | 0fbf9257cdab5a1565c5e1cd1e94bff2d0f254d3 /test/e2e/manifest_test.go | |
parent | c66a489b75b7bc68c341f0ff39d7beef95569878 (diff) | |
download | podman-4fe7b8baf2a7f7916653adb0784f5ef15a112ec2.tar.gz podman-4fe7b8baf2a7f7916653adb0784f5ef15a112ec2.tar.bz2 podman-4fe7b8baf2a7f7916653adb0784f5ef15a112ec2.zip |
Podman system df JSON format outputs `Size` and `Reclaimable`
Previously, `podman system df --format "{{json .}}"` would not output
`Size` and `Reclaimable` like `podman system df` would.
```
{"Type":"Images","Total":5,"Active":0,"Size":39972240,"Reclaimable":39972240}
{"Type":"Containers","Total":0,"Active":0,"Size":0,"Reclaimable":0}
{"Type":"Local Volumes","Total":0,"Active":0,"Size":0,"Reclaimable":0}
```
Closes: #14769
Signed-off-by: Jake Correnti <jcorrenti13@gmail.com>
Diffstat (limited to 'test/e2e/manifest_test.go')
0 files changed, 0 insertions, 0 deletions