• Kubernetes Submit Queue's avatar
    Merge pull request #35382 from jbeda/nits · 850f2bf1
    Kubernetes Submit Queue authored
    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.
    850f2bf1
Name
Last commit
Last update
..
prometheus Loading commit data...
BUILD Loading commit data...
default_rate_limiters.go Loading commit data...
default_rate_limiters_test.go Loading commit data...
delaying_queue.go Loading commit data...
delaying_queue_test.go Loading commit data...
doc.go Loading commit data...
metrics.go Loading commit data...
parallelizer.go Loading commit data...
queue.go Loading commit data...
queue_test.go Loading commit data...
rate_limitting_queue.go Loading commit data...
rate_limitting_queue_test.go Loading commit data...
timed_queue.go Loading commit data...
timed_queue_test.go Loading commit data...