diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2022-01-06 21:04:12 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-06 21:04:12 +0100 |
commit | d62752819214ee7f910e25d368d427fbcac74b17 (patch) | |
tree | 85f61c7ea0190923d5ce85190764700708dba25c /pkg/machine/config.go | |
parent | 2fd6c2ee89e92ced8568d7ed3ea3f04017b154ed (diff) | |
parent | 6630e5cf66cf76aefcfe9caebe5df4f37dd0bdd5 (diff) | |
download | podman-d62752819214ee7f910e25d368d427fbcac74b17.tar.gz podman-d62752819214ee7f910e25d368d427fbcac74b17.tar.bz2 podman-d62752819214ee7f910e25d368d427fbcac74b17.zip |
Merge pull request #11454 from afbjorklund/virtfs-volumes
Implement virtfs volumes for podman machine
Diffstat (limited to 'pkg/machine/config.go')
-rw-r--r-- | pkg/machine/config.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pkg/machine/config.go b/pkg/machine/config.go index 4f2947ac0..33a352898 100644 --- a/pkg/machine/config.go +++ b/pkg/machine/config.go @@ -18,6 +18,8 @@ type InitOptions struct { DiskSize uint64 IgnitionPath string ImagePath string + Volumes []string + VolumeDriver string IsDefault bool Memory uint64 Name string |