fix: Add containerd to the message type reference

Signed-off-by: Bryant Biggs <bryantbiggs@gmail.com>
This commit is contained in:
Bryant Biggs 2023-09-20 16:22:37 -04:00
parent c3694aaf87
commit 42eee8bf05

View File

@ -145,5 +145,5 @@ message SandboxMetricsRequest {
}
message SandboxMetricsResponse {
types.Metric metrics = 1;
containerd.types.Metric metrics = 1;
}