mirror of
https://github.com/aljazceru/kata-containers.git
synced 2025-12-25 10:04:20 +01:00
Instead of relying on the kata agent to define generic structures, the logic is to define those as virtcontainers "types" package. This way, all consumers of those structures, such as kata-runtime, kata-netmon, and kata-containerd-shim, don't have to import some dependency from the kata-agent. Fixes #876 Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com>