1. 11 Nov, 2016 3 commits
    • 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
    • Kubernetes Submit Queue's avatar
      Merge pull request #36448 from jonboulle/criclean · 6ec02394
      Kubernetes Submit Queue authored
      Automatic merge from submit-queue
      
      CRI: general grammar/spelling/consistency cleanup
      
      No semantic changes, but a lot of shuffling of docstrings to make things
      more consistent. In particular, standardise on the zeroth-article (i.e.
      prefer `// Version` to `// The version`) and ending all docstrings with
      periods.
      
      
      (This knowingly conflicts with #36446 and intentionally omits changing the
      Annotations field - I'll rebase this or that respectively as necessary.)
      6ec02394
    • Kubernetes Submit Queue's avatar
      Merge pull request #36613 from mwielgus/watcher-fix-2 · e4e3e415
      Kubernetes Submit Queue authored
      Automatic merge from submit-queue
      
      Ensure proper serialization of updates and creates in federation test watcher
      
      Fix for finalizer test problems. The issue there was that the updates were coming out of order. It was caused by firing updates in new goroutines in test watcher. The proper solution is to order them in a queue and fire in order on a single goroutine.
      
      Ref: https://github.com/kubernetes/kubernetes/issues/36473#issuecomment-259605870
      
      cc: @nikhiljindal @madhusudancs
      e4e3e415
  2. 10 Nov, 2016 37 commits