k3s/pkg/controller
Kubernetes Submit Queue 85877a5aa1
Merge pull request #54523 from jekohk/sync-rollout-status-add-unit-tests
Automatic merge from submit-queue (batch tested with PRs 55063, 54523, 55053). 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>.

unit tests for syncRolloutStatus in pkg/controller/deployment

**What this PR does / why we need it**:
Adds unit tests for syncRolloutStatus func in controller/deployment package.

**Which issue this PR fixes**: 
fixes #53663 

**Release note**:

```release-note
NONE
```
2017-11-03 10:00:12 -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 Merge pull request #54445 from crimsonfaith91/rem 2017-10-31 20:10:21 -07:00
daemon Merge pull request #52192 from liyinan926/ds-tests 2017-10-31 13:22:20 -07:00
deployment pkg/controller/deployment: syncRolloutStatus additional unit test case 2017-11-01 16:17:24 -04:00
disruption use core client with explicit version globally 2017-10-27 15:48:32 +08:00
endpoint fix exported method run's comment 2017-11-03 22:40:03 +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 refactor replicaset sync call tree 2017-11-01 16:16:19 -07: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 Merge pull request #54652 from msau42/update-owners 2017-11-01 16:30:32 -07:00
.import-restrictions
BUILD remove created-by annotation 2017-10-30 12:49:44 -07:00
OWNERS remove some people from OWNERS so they don't get reviews anymore 2017-07-13 10:02:21 -07: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 Merge pull request #54445 from crimsonfaith91/rem 2017-10-31 20:10:21 -07:00
controller_utils_test.go pkg/api/legacyscheme: fixup imports 2017-10-18 17:23:55 +02:00
doc.go
lookup_cache.go Use fnv.New32a() in hash instead adler32 2017-02-15 14:03:54 +08:00