Skip to content

Commit

Permalink
fix: Add containerd to the message type reference
Browse files Browse the repository at this point in the history
Signed-off-by: Bryant Biggs <bryantbiggs@gmail.com>
  • Loading branch information
bryantbiggs committed Sep 20, 2023
1 parent c3694aa commit 42eee8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/runtime/sandbox/v1/sandbox.proto
Original file line number Diff line number Diff line change
Expand Up @@ -145,5 +145,5 @@ message SandboxMetricsRequest {
}

message SandboxMetricsResponse {
types.Metric metrics = 1;
containerd.types.Metric metrics = 1;
}

0 comments on commit 42eee8b

Please sign in to comment.