pkg/controller
Victor Agababov c30ec2ffd4
Fix the flaky test. (#1632)
The test assumes the threads would schedule in particular way, but they don't.
But what we really care to check is that we thread in the proper RL and it works.
We don't need to check that underlying queue impl works, that's done in its own tests.
So just verify these two things.
2020-08-18 17:06:13 -07:00
..
testing Remove key in tags to reduce metrics count (#1494) 2020-07-15 01:29:32 -07:00
OWNERS add self to aliases and add reviewers to OWNERS (#1409) 2020-06-22 12:30:27 -07:00
controller.go Fix the logkey.Key tagging in Enqueue. (#1627) 2020-08-16 11:49:06 -07:00
controller_test.go Allow creating controller with custom RateLimiter. (#1546) 2020-08-03 14:31:28 -07:00
helper.go Avoid copying object if TypeMeta is already correct. (#1561) 2020-07-28 00:09:58 -07:00
helper_test.go Avoid copying object if TypeMeta is already correct. (#1561) 2020-07-28 00:09:58 -07:00
options.go Add an option to skip automated status updates in a reconciler. (#1456) 2020-06-30 08:02:29 -07:00
stats_reporter.go Remove key in tags to reduce metrics count (#1494) 2020-07-15 01:29:32 -07:00
stats_reporter_test.go Fix the flaky test. (#1632) 2020-08-18 17:06:13 -07:00
two_lane_queue.go Allow creating controller with custom RateLimiter. (#1546) 2020-08-03 14:31:28 -07:00
two_lane_queue_test.go Fix the flaky test. (#1632) 2020-08-18 17:06:13 -07:00