kubernetes/pkg/controller/daemon
Kubernetes Submit Queue 6cbfac2cf5 Merge pull request #50186 from k82cn/k8s_42001-4
Automatic merge from submit-queue

Task 2: Added toleration to DaemonSet pods for node condition taints

**What this PR does / why we need it**:
If TaintByCondition was enabled, added toleration to DaemonSet pods for node condition taints.
**Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: part of #42001 

**Release note**:
```release-note
None
```
2017-08-11 05:58:30 -07:00
..
util Added toleration for node condition taints. 2017-08-07 19:53:40 +08:00
BUILD Have a uniform format for filenames across controllers 2017-08-02 09:50:05 +05:30
daemon_controller.go Merge pull request #50186 from k82cn/k8s_42001-4 2017-08-11 05:58:30 -07:00
daemon_controller_test.go Merge pull request #50186 from k82cn/k8s_42001-4 2017-08-11 05:58:30 -07:00
doc.go Use Go canonical import paths 2016-07-16 13:48:21 -04:00
OWNERS Update daemon controller OWNERS file 2017-02-01 18:31:26 -08:00
update.go Migrate to NewControllerRef from meta/v1 package 2017-08-06 22:43:46 +10:00
update_test.go Validated expected event numbers for damoncontroller test. 2017-07-05 11:39:48 +08:00