From 42eee8bf05c89524a29f064cb4ce0a460a8c0081 Mon Sep 17 00:00:00 2001 From: Bryant Biggs Date: Wed, 20 Sep 2023 16:22:37 -0400 Subject: [PATCH] fix: Add `containerd` to the message type reference Signed-off-by: Bryant Biggs --- api/runtime/sandbox/v1/sandbox.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/runtime/sandbox/v1/sandbox.proto b/api/runtime/sandbox/v1/sandbox.proto index 904b9c7c7..0cf801c90 100644 --- a/api/runtime/sandbox/v1/sandbox.proto +++ b/api/runtime/sandbox/v1/sandbox.proto @@ -145,5 +145,5 @@ message SandboxMetricsRequest { } message SandboxMetricsResponse { - types.Metric metrics = 1; + containerd.types.Metric metrics = 1; }