mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-08-23 10:12:10 +00:00
Let's rename the runtime-rs initdata annotation from
`io.katacontainers.config.runtime.cc_init_data` to
`io.katacontainers.config.hypervisor.cc_init_data`.
Rationale:
- initdata itself is a hypervisor-specific feature
- the new name aligns with the annotation handling logic:
|
||
---|---|---|
.. | ||
containerd-shim-v2 | ||
device | ||
direct-volume | ||
govmm | ||
hypervisors | ||
kata-monitor | ||
katatestutils | ||
katautils | ||
oci | ||
resourcecontrol | ||
signals | ||
syscall | ||
types | ||
utils | ||
uuid | ||
README.md |
Kata golang packages
This repository contains a number of packages in addition to the
virtcontainers
package:
Package name | Description |
---|---|
katatestutils |
Unit test utilities. |
katautils |
Utilities. |
signals |
Signal handling functions. |