k3s/test
Kubernetes Submit Queue 3e315aa0f8
Merge pull request #49429 from enisoc/dedup-rc-rs
Automatic merge from submit-queue (batch tested with PRs 54773, 52523, 47497, 55356, 49429). 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>.

Deduplicate RC/RS controller code.

The code was already 99% similar between RC and RS. This is a wild idea to try to deduplicate the two controllers in a type-safe manner without adding tons of boilerplate, and without using code generation.

They are still separate resources and separate worker pools. This is a refactor that isn't intended to change any behavior.

```release-note
ReplicationController now shares its underlying controller implementation with ReplicaSet to reduce the maintenance burden going forward. However, they are still separate resources and there should be no externally visible effects from this change.
```

ref #49429
2017-11-08 22:12:03 -08:00
..
conformance update autogen BUILD files 2017-11-07 11:17:00 +08:00
e2e Merge pull request #52523 from NickrenREN/ephemeral-storage-e2e 2017-11-08 22:11:49 -08:00
e2e_node Merge pull request #47497 from mikedanese/binary 2017-11-08 22:11:53 -08:00
fixtures add test for convert 2017-11-01 01:14:24 -07:00
images remove the wrongly checked in binary 2017-11-05 15:52:16 -08:00
integration Merge pull request #49429 from enisoc/dedup-rc-rs 2017-11-08 22:12:03 -08:00
kubemark Merge pull request #53520 from shun-miyoshi-com/fix_old_name 2017-10-17 01:36:33 -07:00
list update BUILD files 2017-10-15 18:18:13 -07:00
soak Update bazel 2017-10-18 17:24:04 +02:00
utils use versiond group clients from client-go 2017-11-07 14:47:22 +08:00
BUILD Add conformance test regression test. 2017-10-27 15:31:20 -07:00
OWNERS Add shyamjvs to test/OWNERS 2017-11-08 15:44:56 +01:00
test_owners.csv remove tpr from test_owners.csv 2017-11-03 21:17:10 +05:30
test_owners.json Remove all traces of federation 2017-10-26 13:37:37 -07:00