Skip to content

Commit

Permalink
libs: enhance kata-sys-util
Browse files Browse the repository at this point in the history
1. move verify_cid from agent to libs/kata-sys-util
2. enhance kata-sys-util/k8s

Signed-off-by: Quanwei Zhou <quanweiZhou@linux.alibaba.com>
  • Loading branch information
quanweiZhou authored and Fupan Li committed Jun 10, 2022
1 parent 69ba1ae commit 641b736
Show file tree
Hide file tree
Showing 10 changed files with 495 additions and 277 deletions.
76 changes: 74 additions & 2 deletions src/agent/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions src/agent/Cargo.toml
Expand Up @@ -20,6 +20,7 @@ scopeguard = "1.0.0"
thiserror = "1.0.26"
regex = "1.5.4"
serial_test = "0.5.1"
kata-sys-util = { path = "../libs/kata-sys-util" }
sysinfo = "0.23.0"

# Async helpers
Expand Down

0 comments on commit 641b736

Please sign in to comment.