mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-11-29 14:23:18 +00:00
Automatic merge from submit-queue Made tracing of calls and container lifecycle steps in FakeDockerClient optional Fixes #39717 Slightly refactored the FakeDockerClient code and made tracing optional (but enabled by default). @yujuhong @Random-Liu