kubernetes/pkg/controller/replicaset
Anthony Yeh 2c7ef5ad4f
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. This is a refactor that isn't
intended to change any behavior.
2017-11-07 14:48:32 -08:00
..
options update BUILD files 2017-10-15 18:18:13 -07:00
BUILD Deduplicate RC/RS controller code. 2017-11-07 14:48:32 -08:00
doc.go Use Go canonical import paths 2016-07-16 13:48:21 -04:00
OWNERS Remove kargakis from OWNERS, add tnozicka 2017-09-19 11:05:23 +02:00
replica_set_test.go Deduplicate RC/RS controller code. 2017-11-07 14:48:32 -08:00
replica_set_utils_test.go refactor replicaset sync call tree 2017-11-01 16:16:19 -07:00
replica_set_utils.go Deduplicate RC/RS controller code. 2017-11-07 14:48:32 -08:00
replica_set.go Deduplicate RC/RS controller code. 2017-11-07 14:48:32 -08:00