mirror of
https://github.com/kata-containers/kata-containers.git
synced 2026-04-11 06:22:55 +00:00
..where possible. Failing on unknown fields makes migration easier, as we do not silently ignore configuration options that previously worked in runtime-go. However, serde can't deny unknown fields where flatten is used, so this can't be used everywhere sadly. There were also errors in test fixtures that were unnoticed. These are fixed here, too. Signed-off-by: Paul Meyer <katexochen0@gmail.com> Signed-off-by: Fabiano Fidêncio <ffidencio@nvidia.com>