1. 05 Sep, 2019 1 commit
    • Darren Shepherd's avatar
      Allow indexers to be added after an informer start · 819d99b8
      Darren Shepherd authored
      Both SharedIndexInformer and threadSafeMap were changed to allow
      AddIndexers to be called after a start or items are in the cache. While a
      new Indexer is being added handling deltas is blocked in the informer.
      When a new Indexer is added to a cache with existing items all indices
      are recalculated.
      
      One point to note is that adding a new indexer on a started informer
      will case all indexes to be rebuilt, but it will not trigger an
      updateNotification.  This is done because it is impractical to assume
      any existing ResourceEventHandler would have knowledge of a yet to be
      added index. Any ResourceEventHandler that would need to consume this
      new index should be added after the new Indexer is added.
      819d99b8
  2. 30 Aug, 2019 2 commits
  3. 27 Aug, 2019 14 commits
  4. 16 Aug, 2019 13 commits
  5. 15 Aug, 2019 1 commit
    • Kubernetes Prow Robot's avatar
      Merge pull request #81036 from… · 32d2b1ad
      Kubernetes Prow Robot authored
      Merge pull request #81036 from hantaowang/automated-cherry-pick-of-#79897-#80180-#80446-upstream-release-1.15
      
      Automated cherry pick of #79897: add ability for gce to bulk verify attached disks #80180: move getInstancesByName logic to helper function #80446: add unit tests for attacher DisksAreAttached and
      32d2b1ad
  6. 14 Aug, 2019 3 commits
  7. 13 Aug, 2019 4 commits
  8. 12 Aug, 2019 1 commit
  9. 09 Aug, 2019 1 commit