Files
kubernetes/pkg
k8s-merge-robot a24f03c3c9 Merge pull request #25669 from deads2k/fix-npe
Automatic merge from submit-queue

prevent nil pointer when starting controllers before running the shar…

Fixes https://github.com/kubernetes/kubernetes/issues/25643.

https://github.com/kubernetes/kubernetes/pull/23795 changed initialization order, so the controller isn't guaranteed to be present at startup.

@mqliang @wojtek-t I'm pretty sure that we're not guaranteed to get back the correct `cache.Indexer` or `cache.Store` either.  I'll look at re-plumbing the `AddIndexer` path to use the same instance so that its safe to use again.
2016-05-17 07:54:12 -07:00
..
2016-05-13 12:41:40 -07:00
2016-04-26 15:08:34 -04:00
2016-05-10 12:03:41 -04:00
2016-05-13 17:27:58 -07:00
2016-05-11 18:07:35 -04:00
2016-02-24 11:22:02 -05:00
2016-03-02 20:46:32 -05:00