mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-12-10 18:15:36 +00:00
Automatic merge from submit-queue (batch tested with PRs 51337, 47080, 52646, 52635, 52666). If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>.. Fix CRI container/imagefs stats. `ContainerStats`, `ListContainerStats` and `ImageFsInfo` are returning `not implemented` error now. This PR fixes it. @yujuhong @feiskyer @yguo0905