summaryrefslogtreecommitdiff
path: root/pkg/machine/config.go
diff options
context:
space:
mode:
authorAnders F Björklund <anders.f.bjorklund@gmail.com>2021-10-25 19:43:01 +0200
committerAnders F Björklund <anders.f.bjorklund@gmail.com>2021-10-26 21:58:39 +0200
commit864748df5be076a1456dfad07ecf62183e2f155e (patch)
tree4024a9f1f76adcccd95b08b3844df427f8aba872 /pkg/machine/config.go
parent22e5dc19b01e813ff73f4a5be2df9c4adf795fd2 (diff)
downloadpodman-864748df5be076a1456dfad07ecf62183e2f155e.tar.gz
podman-864748df5be076a1456dfad07ecf62183e2f155e.tar.bz2
podman-864748df5be076a1456dfad07ecf62183e2f155e.zip
Record the image stream along with the path
[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 3ff5c7fe7..55d5dd7b4 100644
--- a/pkg/machine/config.go
+++ b/pkg/machine/config.go
@@ -57,6 +57,7 @@ type ListResponse struct {
CreatedAt time.Time
LastUp time.Time
Running bool
+ Stream string
VMType string
CPUs uint64
Memory uint64