diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2021-10-29 20:22:29 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-29 20:22:29 +0000 |
commit | 09efcd48a86fac761fe73fda9e77af668515ddcc (patch) | |
tree | d872eb7977c43b0e9a5ef56f620dee1be3f3f8dc /pkg/machine/config.go | |
parent | e3c45ab9cc0a2dc6f6f497932c1d5beb03903f43 (diff) | |
parent | 864748df5be076a1456dfad07ecf62183e2f155e (diff) | |
download | podman-09efcd48a86fac761fe73fda9e77af668515ddcc.tar.gz podman-09efcd48a86fac761fe73fda9e77af668515ddcc.tar.bz2 podman-09efcd48a86fac761fe73fda9e77af668515ddcc.zip |
Merge pull request #12090 from afbjorklund/image-stream
Record the image stream along with the path
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 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 |