kubernetes/pkg/controller/daemon
Kubernetes Submit Queue 3c6ff87fa5
Merge pull request #52192 from liyinan926/ds-tests
Automatic merge from submit-queue (batch tested with PRs 54774, 54820, 52192, 54827). 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>.

Initial integration test setup for DaemonSet controller

**What this PR does / why we need it**:
This PR setup and added some initial integration tests for the DaemonSet controller. All tests included were ported from their unit test counterparts that currently use fake client, informers, reactor, etc. Future PRs will port more tests over once this PR is approved and merged.

**Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: #52191.

**Special notes for your reviewer**:
@kow3ns 

**Release note**:
```release-note
NONE
```
2017-10-31 13:22:20 -07:00
..
util update BUILD files 2017-10-15 18:18:13 -07:00
BUILD Update bazel 2017-10-18 17:24:04 +02:00
daemon_controller_test.go Initial integration test setup for DaemonSet controller 2017-10-31 10:53:30 -07:00
daemon_controller.go Merge pull request #52192 from liyinan926/ds-tests 2017-10-31 13:22:20 -07:00
doc.go Use Go canonical import paths 2016-07-16 13:48:21 -04:00
OWNERS Volunteer to be reviewer of DaemonSet 2017-10-23 06:32:21 -05:00
update_test.go Ensures that the DaemonSet controller does not launch a Pod on a Node while waiting for a Pod that it has previously created to terminate. 2017-08-31 10:29:03 -07:00
update.go use core client with explicit version globally 2017-10-27 15:48:32 +08:00