k3s/pkg/util/workqueue
Kubernetes Submit Queue 850f2bf1fd Merge pull request #35382 from jbeda/nits
Automatic merge from submit-queue

Expand documentation and TODOs in a few packages

I was reading through unfamiliar code and mostly added TODOs and expanded and clarified documentations.

There are a couple of things that are real code changes:
- Removed some unused constants
- Changed `workqueue.Parallize` to clamp the number of worker goroutines to the number of items to be processed.
- Added another unit test to `workqueue.queue`.  I thought I found a bug (I was wrong) and wrote a unit test to isolate.  I figure the extra test is worth keeping.
2016-11-10 17:48:06 -08:00
..
prometheus autogenerated 2016-10-21 17:32:32 -07:00
BUILD Create simple version of ratelimit package 2016-10-30 20:55:03 -04:00
default_rate_limiters.go Create simple version of ratelimit package 2016-10-30 20:55:03 -04:00
default_rate_limiters_test.go Make ExponentialFailureRateLimiter slightly slower and cap the backoff 2016-09-06 15:53:52 +02:00
delaying_queue.go Adds some TODOs and small fixes to pkg/util/workqueue 2016-11-04 09:28:11 -07:00
delaying_queue_test.go add metrics for workqueues 2016-08-10 09:28:42 -04:00
doc.go
metrics.go decouple workqueue metrics from prometheus 2016-10-03 11:02:06 -07:00
parallelizer.go Adds some TODOs and small fixes to pkg/util/workqueue 2016-11-04 09:28:11 -07:00
queue.go Adds some TODOs and small fixes to pkg/util/workqueue 2016-11-04 09:28:11 -07:00
queue_test.go Adds some TODOs and small fixes to pkg/util/workqueue 2016-11-04 09:28:11 -07:00
rate_limitting_queue.go Adds some TODOs and small fixes to pkg/util/workqueue 2016-11-04 09:28:11 -07:00
rate_limitting_queue_test.go Make ExponentialFailureRateLimiter slightly slower and cap the backoff 2016-09-06 15:53:52 +02:00
timed_queue.go fix memory leak in gc 2016-08-18 21:54:44 -07:00
timed_queue_test.go fix memory leak in gc 2016-08-18 21:54:44 -07:00