summaryrefslogtreecommitdiff
path: root/cmd/podman/cliconfig
diff options
context:
space:
mode:
authorQi Wang <qiwan@redhat.com>2019-02-21 13:58:31 -0500
committerQi Wang <qiwan@redhat.com>2019-03-25 15:05:26 -0400
commit25e0f870694ff65ac4e2973072410dcfc45dd7db (patch)
treedcb6678a53f936914781e85f2fe8821caca80e53 /cmd/podman/cliconfig
parenteeda995e78d5ee96b2a65cc1fd8f04d1eb627a19 (diff)
downloadpodman-25e0f870694ff65ac4e2973072410dcfc45dd7db.tar.gz
podman-25e0f870694ff65ac4e2973072410dcfc45dd7db.tar.bz2
podman-25e0f870694ff65ac4e2973072410dcfc45dd7db.zip
system df to show podman disk usage
Signed-off-by: Qi Wang <qiwan@redhat.com>
Diffstat (limited to 'cmd/podman/cliconfig')
-rw-r--r--cmd/podman/cliconfig/config.go6
1 files changed, 6 insertions, 0 deletions
diff --git a/cmd/podman/cliconfig/config.go b/cmd/podman/cliconfig/config.go
index 1461c9f03..884bd7fdb 100644
--- a/cmd/podman/cliconfig/config.go
+++ b/cmd/podman/cliconfig/config.go
@@ -572,3 +572,9 @@ type SystemPruneValues struct {
type SystemRenumberValues struct {
PodmanCommand
}
+
+type SystemDfValues struct {
+ PodmanCommand
+ Verbose bool
+ Format string
+}