diff options
author | Anders F Björklund <anders.f.bjorklund@gmail.com> | 2021-09-22 12:29:28 +0200 |
---|---|---|
committer | Anders F Björklund <anders.f.bjorklund@gmail.com> | 2021-09-22 17:14:16 +0200 |
commit | 0baee2cc33000aa8d311d987308849cb2e8420d9 (patch) | |
tree | 339061aff9814738970f16accd194b0150a89090 /pkg/machine/config.go | |
parent | 911298252ad38b040c261a0055931795f19b222b (diff) | |
download | podman-0baee2cc33000aa8d311d987308849cb2e8420d9.tar.gz podman-0baee2cc33000aa8d311d987308849cb2e8420d9.tar.bz2 podman-0baee2cc33000aa8d311d987308849cb2e8420d9.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.go | 1 |
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 { |