summaryrefslogtreecommitdiff
path: root/pkg/machine/config.go
diff options
context:
space:
mode:
authorAnders F Björklund <anders.f.bjorklund@gmail.com>2021-09-22 12:29:28 +0200
committerMatthew Heon <matthew.heon@pm.me>2021-09-29 16:39:29 -0400
commitda67c719980ed7e64e168f74b01a2d9105c0b9d0 (patch)
tree01edef04d6a28ebed8ac91e63f175ced449c8a4d /pkg/machine/config.go
parent2c5382ba981217ef751649302ad15ecd493a6e90 (diff)
downloadpodman-da67c719980ed7e64e168f74b01a2d9105c0b9d0.tar.gz
podman-da67c719980ed7e64e168f74b01a2d9105c0b9d0.tar.bz2
podman-da67c719980ed7e64e168f74b01a2d9105c0b9d0.zip
Also show the (initial) disk size
[NO TESTS NEEDED] Signed-off-by: Anders F Björklund <anders.f.bjorklund@gmail.com>
Diffstat (limited to 'pkg/machine/config.go')
-rw-r--r--pkg/machine/config.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkg/machine/config.go b/pkg/machine/config.go
index 583eacbaa..3ff5c7fe7 100644
--- a/pkg/machine/config.go
+++ b/pkg/machine/config.go
@@ -60,6 +60,7 @@ type ListResponse struct {
VMType string
CPUs uint64
Memory uint64
+ DiskSize uint64
}
type SSHOptions struct {