mirror of
https://github.com/aljazceru/kata-containers.git
synced 2026-01-07 08:24:23 +01:00
This patch upgrades Firecracker version from v0.21.1 to v0.23.1 * Generate swagger models for v0.23.1 (from firecracker.yaml) * Change uint64 types in TokenBucket object according to rate-limiter implementation (introduced in commit #cfeb966) * Update Firecracker Logger/Metrics to support the new API * Update payload in fc.vmRunning to support the new API * Add Metrics type to fcConfig Fixes: #1518 Signed-off-by: Orestis Lagkas Nikolos <olagkasn@nubificus.co.uk>
This directory and sub directories contain generated code. The code is generated via go-swagger https://github.com/go-swagger/go-swagger#licensing ``` swagger generate model -f ./firecracker.yaml --model-package=client/models --client-package=client swagger generate client -f ./firecracker.yaml --model-package=client/models --client-package=client ``` ``` The toolkit itself is licensed as Apache Software License 2.0. Just like swagger, this does not cover code generated by the toolkit. That code is entirely yours to license however you see fit. ``` The generated code is also licensed under Apache Software License 2.0