mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-03-17 08:03:10 -04:00
Automatic merge from submit-queue. 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 populateDesiredStateOfWorld bug for attach/detach controller
**What this PR does / why we need it**:
The `attachDetachController.populateDesiredStateOfWorld` mehod will fetch all pods from the informer cache and add each pods to `DesiredStateOfWorld` by the [addPod method](
|
||
|---|---|---|
| .. | ||
| cache | ||
| populator | ||
| reconciler | ||
| statusupdater | ||
| testing | ||
| util | ||
| attach_detach_controller.go | ||
| attach_detach_controller_test.go | ||
| BUILD | ||
| OWNERS | ||