mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-12-21 10:53:32 +00:00
- Update the logic in checks.go to separate serial and parallel image pulls. - Add a new CRI function PullImagesInParallel() with a private implementation. - Unit test the private implementation. - Update other unit tests in checks_test.go.