kubernetes/pkg/controller
Dmitry Shulyak 0ddaa20bf1 Fix FakeNodeHandler Update behaviour
Two problems:
1. Get is always using Existing nodes slice, and you will for sure miss any
   updated data
2. Each Update duplicates node entry in UpdatedNodes slice

For the 1st, try to find a node in UpdatedNodes slice (same as for the List).
2nd - append only if there is no node with same name as updated, if there is
just replace object.

Change-Id: I9ef1cca2788ba946eee37fa1b037c124ad76074c
2016-09-14 12:34:37 +03:00
..
certificates add names for workqueues to gather controller latency/depth metrics 2016-08-30 09:51:50 -04:00
daemon update error handling for daemoncontroller 2016-09-12 11:01:46 -04:00
deployment change infof to Errorf in some codes 2016-09-12 15:55:42 +08:00
disruption add names for workqueues to gather controller latency/depth metrics 2016-08-30 09:51:50 -04:00
endpoint Endpoints controller is logspamming 2016-09-11 14:07:17 -04:00
framework update error handling for daemoncontroller 2016-09-12 11:01:46 -04:00
garbagecollector add localSAR 2016-09-13 08:54:23 -04:00
job add names for workqueues to gather controller latency/depth metrics 2016-08-30 09:51:50 -04:00
namespace Merge pull request #32524 from derekwaynecarr/ns-controller-finalizer 2016-09-12 19:07:06 -07:00
node Fix FakeNodeHandler Update behaviour 2016-09-14 12:34:37 +03:00
petset Merge pull request #32030 from m1093782566/m109-clean-get-pet-code 2016-09-11 22:49:40 -07:00
podautoscaler Merge pull request #28759 from xiang90/pas 2016-09-06 00:38:46 -07:00
podgc Use Go canonical import paths 2016-07-16 13:48:21 -04:00
replicaset add names for workqueues to gather controller latency/depth metrics 2016-08-30 09:51:50 -04:00
replication Fix debugging log in RC 2016-09-06 08:50:44 +02:00
resourcequota add names for workqueues to gather controller latency/depth metrics 2016-08-30 09:51:50 -04:00
route Use Go canonical import paths 2016-07-16 13:48:21 -04:00
scheduledjob Merge pull request #32462 from smarterclayton/sj_logs 2016-09-12 04:39:53 -07:00
service persist services need to be retried in service controller cache. 2016-08-23 14:49:54 +08:00
serviceaccount add names for workqueues to gather controller latency/depth metrics 2016-08-30 09:51:50 -04:00
volume Merge pull request #32242 from jingxu97/bug-wrongvolume-9-2 2016-09-12 15:29:38 -07:00
controller_ref_manager.go fix tests; convert IsPodActive to operate on *Pod 2016-08-17 13:05:37 -07:00
controller_utils_test.go fix tests; convert IsPodActive to operate on *Pod 2016-08-17 13:05:37 -07:00
controller_utils.go Don't validate selector that is already validated 2016-08-22 09:39:32 +02:00
doc.go Use Go canonical import paths 2016-07-16 13:48:21 -04:00
lookup_cache.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
OWNERS Remove myself from a bunch of OWNERS files, as I am too overloaded 2016-05-11 13:34:51 -07:00