kubernetes/cmd/kube-controller-manager/app
Kubernetes Submit Queue 5af81b0955 Merge pull request #42173 from enisoc/controller-ref-ds
Automatic merge from submit-queue (batch tested with PRs 42692, 42169, 42173)

DaemonSet: Respect ControllerRef

**What this PR does / why we need it**:

This is part of the completion of the [ControllerRef](https://github.com/kubernetes/community/blob/master/contributors/design-proposals/controller-ref.md) proposal. It brings DaemonSet into full compliance with ControllerRef. See the individual commit messages for details.

**Which issue this PR fixes**:

This ensures that DaemonSet does not fight with other controllers over control of Pods.

**Special notes for your reviewer**:

**Release note**:

```release-note
DaemonSet now respects ControllerRef to avoid fighting over Pods.
```
cc @erictune @kubernetes/sig-apps-pr-reviews
2017-03-07 20:10:28 -08:00
..
options Merge pull request #42173 from enisoc/controller-ref-ds 2017-03-07 20:10:28 -08:00
apps.go Remove references to pkg/controller/informers 2017-02-27 06:47:59 -05:00
autoscaling.go HPA Controller: Use Custom Metrics API 2017-03-01 10:21:50 -05:00
batch.go Remove references to pkg/controller/informers 2017-02-27 06:47:59 -05:00
bootstrap.go Wire in bootstrap and token controllers. 2017-02-10 12:49:23 -08:00
BUILD Addition of ScaleIO Kubernetes Volume Plugin 2017-03-03 15:47:19 -05:00
certificates.go Remove references to pkg/controller/informers 2017-02-27 06:47:59 -05:00
controller_manager_test.go add --controllers to controller manager 2017-01-12 08:46:33 -05:00
controllermanager.go Merge pull request #42169 from ncdc/pprof-trace 2017-03-07 20:10:26 -08:00
core.go RC/RS: Use ControllerRef to route watch events. 2017-03-01 15:43:50 -08:00
extensions.go DaemonSet: Use ControllerRef to route watch events. 2017-03-07 16:42:28 -08:00
plugins.go Addition of ScaleIO Kubernetes Volume Plugin 2017-03-03 15:47:19 -05:00
policy.go Remove references to pkg/controller/informers 2017-02-27 06:47:59 -05:00