We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e1f0526 + 6732906 commit 7dac368Copy full SHA for 7dac368
staging/src/k8s.io/cri-api/pkg/apis/testing/fake_runtime_service.go
@@ -409,6 +409,10 @@ func (r *FakeRuntimeService) ContainerStatus(containerID string) (*runtimeapi.Co
409
}
410
411
func (r *FakeRuntimeService) UpdateContainerResources(string, *runtimeapi.LinuxContainerResources) error {
412
+ r.Lock()
413
+ defer r.Unlock()
414
+
415
+ r.Called = append(r.Called, "UpdateContainerResources")
416
return nil
417
418
0 commit comments