kata-containers/src/runtime/pkg
Hyounggyu Choi 93ec470928 runtime/tests: Update annotation for initdata
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:
c92bb1aa88/src/libs/kata-types/src/annotations/mod.rs (L514-L968)

This commit updates the annotation for go-runtime and tests accordingly.

Signed-off-by: Hyounggyu Choi <Hyounggyu.Choi@ibm.com>
2025-08-19 15:17:01 +02:00
..
containerd-shim-v2 runtime: improve EROFS snapshotter support 2025-06-26 10:12:12 +08:00
device gpu: Remove CDI annotations for outer runtime 2025-04-23 21:02:06 +00:00
direct-volume
govmm runtime: make SNP guest policy configurable 2025-08-13 09:06:36 +02:00
hypervisors acrn: Drop support 2024-09-19 16:05:43 +02:00
kata-monitor Merge pull request #9015 from Apokleos/bugfix-exec-uds 2024-02-05 13:50:43 +08:00
katatestutils gpu: reintroduce pcie_root_port and add pcie_switch_port 2024-05-27 10:13:01 +00:00
katautils runtime: make SNP guest policy configurable 2025-08-13 09:06:36 +02:00
oci runtime/tests: Update annotation for initdata 2025-08-19 15:17:01 +02:00
resourcecontrol runtime: fix cgroupv2 deletion when sandbox_cgroup_only=false 2025-05-30 17:51:31 +02:00
signals pkg/signals: Improved test coverage 60% to 100% 2023-04-25 23:34:13 +00:00
syscall
types runtime: add support for io.katacontainers.config.runtime.cc_init_data 2025-04-15 16:35:59 +08:00
utils runtime: Resolve go static-checks failure 2024-05-21 11:08:59 +01:00
uuid
README.md runtime: Remove reference to sev package 2025-07-18 12:49:54 +02:00

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.