mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-09-03 09:54:33 +00:00
agent-ctl: Add image client
- Add image-client to the new get volume stats code in CCv0 Signed-off-by: stevenhorsman <steven@uk.ibm.com>
This commit is contained in:
@@ -1712,6 +1712,7 @@ fn agent_cmd_sandbox_get_volume_stats(
|
|||||||
ctx: &Context,
|
ctx: &Context,
|
||||||
client: &AgentServiceClient,
|
client: &AgentServiceClient,
|
||||||
_health: &HealthClient,
|
_health: &HealthClient,
|
||||||
|
_image: &ImageClient,
|
||||||
_options: &mut Options,
|
_options: &mut Options,
|
||||||
args: &str,
|
args: &str,
|
||||||
) -> Result<()> {
|
) -> Result<()> {
|
||||||
|
Reference in New Issue
Block a user