• 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
..
BUILD Loading commit data...
controller.go Loading commit data...
controller_test.go Loading commit data...
delta_fifo.go Loading commit data...
delta_fifo_test.go Loading commit data...
doc.go Loading commit data...
expiration_cache.go Loading commit data...
expiration_cache_fakes.go Loading commit data...
expiration_cache_test.go Loading commit data...
fake_custom_store.go Loading commit data...
fifo.go Loading commit data...
fifo_test.go Loading commit data...
index.go Loading commit data...
index_test.go Loading commit data...
listers.go Loading commit data...
listers_core.go Loading commit data...
listers_extensions.go Loading commit data...
listers_rbac.go Loading commit data...
listers_test.go Loading commit data...
listwatch.go Loading commit data...
listwatch_test.go Loading commit data...
mutation_detector.go Loading commit data...
mutation_detector_test.go Loading commit data...
processor_listener_test.go Loading commit data...
reflector.go Loading commit data...
reflector_test.go Loading commit data...
shared_informer.go Loading commit data...
store.go Loading commit data...
store_test.go Loading commit data...
thread_safe_store.go Loading commit data...
undelta_store.go Loading commit data...
undelta_store_test.go Loading commit data...