Unverified Commit 097d5852 authored by Kubernetes Prow Robot's avatar Kubernetes Prow Robot Committed by GitHub

Merge pull request #75278 from Nessex/updatecontainerresources-label-fix

Fix label on UpdateContainerResources operation
parents 67ee03af 394c581a
......@@ -135,7 +135,7 @@ func (in instrumentedRuntimeService) ContainerStatus(containerID string) (*runti
}
func (in instrumentedRuntimeService) UpdateContainerResources(containerID string, resources *runtimeapi.LinuxContainerResources) error {
const operation = "container_status"
const operation = "update_container"
defer recordOperation(operation, time.Now())
err := in.service.UpdateContainerResources(containerID, resources)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment