kubernetes/pkg/controller
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
..
bootstrap use core client with explicit version globally 2017-10-27 15:48:32 +08:00
certificates remove redundant code 2017-10-27 15:49:08 +08:00
cloud use core client with explicit version globally 2017-10-27 15:48:32 +08:00
cronjob use core client with explicit version globally 2017-10-27 15:48:32 +08:00
daemon Merge pull request #52192 from liyinan926/ds-tests 2017-10-31 13:22:20 -07:00
deployment use core client with explicit version globally 2017-10-27 15:48:32 +08:00
disruption use core client with explicit version globally 2017-10-27 15:48:32 +08:00
endpoint use core client with explicit version globally 2017-10-27 15:48:32 +08:00
garbagecollector Update bazel 2017-10-18 17:24:04 +02:00
history update BUILD files 2017-10-15 18:18:13 -07:00
job Update bazel 2017-10-18 17:24:04 +02:00
namespace use core client with explicit version globally 2017-10-27 15:48:32 +08:00
node use core client with explicit version globally 2017-10-27 15:48:32 +08:00
podautoscaler Fix and update comment with api.Scheme 2017-10-30 19:54:02 +01:00
podgc use core client with explicit version globally 2017-10-27 15:48:32 +08:00
replicaset use core client with explicit version globally 2017-10-27 15:48:32 +08:00
replication use core client with explicit version globally 2017-10-27 15:48:32 +08:00
resourcequota Update quota controller to monitor all types 2017-10-27 11:07:53 -04:00
route use core client with explicit version globally 2017-10-27 15:48:32 +08:00
service Merge pull request #54644 from brendandburns/node-label 2017-10-28 07:26:24 -07:00
serviceaccount use core client with explicit version globally 2017-10-27 15:48:32 +08:00
statefulset use core client with explicit version globally 2017-10-27 15:48:32 +08:00
testutil Update bazel 2017-10-18 17:24:04 +02:00
ttl use core client with explicit version globally 2017-10-27 15:48:32 +08:00
volume use core client with explicit version globally 2017-10-27 15:48:32 +08:00
.import-restrictions add import restrictions 2016-10-13 16:10:24 -07:00
BUILD Update bazel 2017-10-18 17:24:04 +02:00
client_builder.go pkg/api/legacyscheme: fixup imports 2017-10-18 17:23:55 +02:00
controller_ref_manager.go Migrate to GetControllerOf from meta/v1 package 2017-08-06 22:41:58 +10:00
controller_ref_manager_test.go Merge pull request #50353 from zhangxiaoyu-zidif/Delete-redundant-expectError-for-controller-ref-test 2017-08-12 00:00:55 -07:00
controller_utils.go use core client with explicit version globally 2017-10-27 15:48:32 +08:00
controller_utils_test.go pkg/api/legacyscheme: fixup imports 2017-10-18 17:23:55 +02:00
doc.go Use Go canonical import paths 2016-07-16 13:48:21 -04:00
lookup_cache.go Use fnv.New32a() in hash instead adler32 2017-02-15 14:03:54 +08:00
OWNERS remove some people from OWNERS so they don't get reviews anymore 2017-07-13 10:02:21 -07:00