kubernetes/pkg/controller/replication
Anthony Yeh ca13b9e532 RC/RS: Use ControllerRef to route watch events.
This is part of the completion of ControllerRef, as described here:

https://github.com/kubernetes/community/blob/master/contributors/design-proposals/controller-ref.md#watches

This also removes the need for the Pod->Controller mapping cache in RC
and RS. This mapping is now persisted in the Pod's ControllerRef
instead.
2017-03-01 15:43:50 -08:00
..
BUILD RC/RS: Use ControllerRef to route watch events. 2017-03-01 15:43:50 -08:00
doc.go Use Go canonical import paths 2016-07-16 13:48:21 -04:00
OWNERS controller: add approvers for rc/rs 2017-02-22 10:18:08 +01:00
replication_controller_test.go RC/RS: Use ControllerRef to route watch events. 2017-03-01 15:43:50 -08:00
replication_controller_utils.go Enqueue controllers after minreadyseconds when all pods are ready 2017-02-27 19:28:15 +01:00
replication_controller.go RC/RS: Use ControllerRef to route watch events. 2017-03-01 15:43:50 -08:00