Merge pull request #9126 from bryantbiggs/fix/add-containerd-namespace

fix: Add `containerd` to the message type reference
This commit is contained in:
Davanum Srinivas 2023-09-20 22:51:43 -04:00 committed by GitHub
commit b101cad15c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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