package
1.5.1-alpha
Repository: https://github.com/pokstad/vic.git
Documentation: pkg.go.dev

# Constants

Sample plugin to migrate data in keyvalue store If there is any key/value change, should create a new keyvalue store file with version appendix, like .v2, to differentiate with old keyvalue store file Migrate keyvalue plugin should read configuration from input VirtualContainerHost configuration, and then read from old keyvalue store file directly After migration, write back to new datastore file with version appendix Data migration framework is not responsible for data roll back.
Sample plugin to migrate data in keyvalue store If there is any key/value change, should create a new keyvalue store file with version appendix, like .v2, to differentiate with old keyvalue store file Migrate keyvalue plugin should read configuration from input VirtualContainerHost configuration, and then read from old keyvalue store file directly After migration, write back to new datastore file with version appendix Data migration framework is not responsible for data roll back.

# Structs

NewImageMeta is plugin for vic 0.8.0-GA version upgrade.