k3s/pkg/controller/volume
Kubernetes Submit Queue 2f39e8a045
Merge pull request #57724 from mlmhl/ad_controller_populateDesiredStateOfWorld
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](da9a4d5da9/pkg/controller/volume/attachdetach/attach_detach_controller.go (L338)).
However, the element type of pod list returned by `podLister.List` is already `*v1.Pod`, so we needn't to take the address any more.

**Release note**:

```release-note
NONE
```

/sig storage
/kind bug
2018-01-10 05:12:27 -08:00
..
attachdetach Merge pull request #57724 from mlmhl/ad_controller_populateDesiredStateOfWorld 2018-01-10 05:12:27 -08:00
events In findMatchingVolumes: 2017-11-21 21:42:35 -08:00
expand optimize volumeResizeMap lock 2017-12-28 14:44:36 +08:00
persistentvolume Autogenerate BUILD files 2017-12-23 13:12:11 -08:00
pvcprotection Autogenerate BUILD files 2017-12-23 13:12:11 -08:00
OWNERS