kubernetes/pkg
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
..
api Merge pull request #56680 from weekface/weekface/tiny-fix 2018-01-03 09:22:22 -08:00
apis Merge pull request #57170 from jiayingz/validation 2018-01-05 16:01:33 -08:00
auth Autogenerate BUILD files 2017-12-23 13:12:11 -08:00
bootstrap/api Add OWNERS file to pkg/bootstrap/api 2017-12-26 10:39:09 +08:00
capabilities Autogenerate BUILD files 2017-12-23 13:12:11 -08:00
client Update generated files 2018-01-02 22:13:19 -08:00
cloudprovider Merge pull request #57978 from vmware/fix-vsphere-connection 2018-01-09 15:19:32 -08:00
controller Merge pull request #57724 from mlmhl/ad_controller_populateDesiredStateOfWorld 2018-01-10 05:12:27 -08:00
credentialprovider All Kubelet flags should be explicitly registered 2018-01-09 17:37:34 -08:00
features Merge pull request #56939 from derekwaynecarr/hugepages-graduate 2018-01-05 17:52:38 -08:00
fieldpath Autogenerate BUILD files 2017-12-23 13:12:11 -08:00
generated generated 2017-11-22 18:40:09 +00:00
kubeapiserver Merge pull request #56608 from hzxuzhonghu/fix-typo 2018-01-04 15:28:05 -08:00
kubectl cmd/kubectl: fix broken error formatting for run 2018-01-09 17:00:35 -08:00
kubelet Merge pull request #57733 from stewart-yu/fixtypeErrorInEviction 2018-01-09 21:51:34 -08:00
kubemark Move ungated 'alpha' KubeletConfiguration fields and self-registration fields to KubeletFlags 2017-11-15 17:47:10 -08:00
master Use race="off" mode instead of disabling race feature 2017-12-23 13:13:09 -08:00
printers Merge pull request #56680 from weekface/weekface/tiny-fix 2018-01-03 09:22:22 -08:00
probe Autogenerate BUILD files 2017-12-23 13:12:11 -08:00
proxy Merge pull request #57317 from m1093782566/notfound 2018-01-05 17:52:41 -08:00
quota Merge pull request #57027 from CaoShuFeng/resourcequota_validation_pod 2018-01-02 13:15:47 -08:00
registry Regenerate all generated code 2018-01-02 00:21:07 -08:00
routes Update Dashboard add-on to version 1.8.0 2017-11-28 17:53:02 +01:00
scheduler Refactor HostIP predicate algorithm 2018-01-08 17:10:21 -08:00
security Autogenerate BUILD files 2017-12-23 13:12:11 -08:00
securitycontext Autogenerate BUILD files 2017-12-23 13:12:11 -08:00
serviceaccount typo wrong, not "namespace", but "secretName" 2017-12-15 09:27:52 +08:00
ssh Autogenerate BUILD files 2017-12-23 13:12:11 -08:00
util Merge pull request #57317 from m1093782566/notfound 2018-01-05 17:52:41 -08:00
version All Kubelet flags should be explicitly registered 2018-01-09 17:37:34 -08:00
volume Merge pull request #56851 from zouyee/ceph-1 2018-01-10 03:12:28 -08:00
watch update BUILD files 2017-10-15 18:18:13 -07:00
.import-restrictions Add import-boss directives 2017-10-13 07:06:22 -04:00
BUILD Fix scheduler refs in BUILD files. 2018-01-05 15:05:01 -08:00
OWNERS