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:
stevenhorsman
2022-03-07 11:52:05 +00:00
parent 51a9de8079
commit 7b4fd200ca

View File

@@ -1712,6 +1712,7 @@ fn agent_cmd_sandbox_get_volume_stats(
ctx: &Context,
client: &AgentServiceClient,
_health: &HealthClient,
_image: &ImageClient,
_options: &mut Options,
args: &str,
) -> Result<()> {