kubernetes/pkg/client/cache
Kubernetes Submit Queue 48b7aca2c9 Merge pull request #29672 from lixiaobing10051267/masterLen
Automatic merge from submit-queue

Add handling empty index key that may cause panic issue

if len(indexKeys) == 0, "return indexKeys[0]" will cause unexpected result.

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.kubernetes.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.kubernetes.io/reviews/kubernetes/kubernetes/29672)
<!-- Reviewable:end -->
2016-08-10 14:29:45 -07:00
..
delta_fifo_test.go Allow a FIFO client to requeue under lock 2016-07-10 17:32:21 -04:00
delta_fifo.go Allow a FIFO client to requeue under lock 2016-07-10 17:32:21 -04:00
doc.go Use Go canonical import paths 2016-07-16 13:48:21 -04:00
expiration_cache_fakes.go Refactor util clock into it's own pkg 2016-07-28 02:29:04 -04:00
expiration_cache_test.go Refactor util clock into it's own pkg 2016-07-28 02:29:04 -04:00
expiration_cache.go Refactor util clock into it's own pkg 2016-07-28 02:29:04 -04:00
fake_custom_store.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
fifo_test.go Allow a FIFO client to requeue under lock 2016-07-10 17:32:21 -04:00
fifo.go Allow a FIFO client to requeue under lock 2016-07-10 17:32:21 -04:00
index_test.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
index.go Add handling empty index key that may cause panic issue 2016-07-27 21:44:22 +08:00
listers_test.go Change storeToNodeConditionLister to return []*api.Node instead of api.NodeList for performance 2016-07-11 21:02:33 +02:00
listers.go Factory for SharedIndexInformers 2016-07-21 14:04:48 +02:00
listwatch_test.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
listwatch.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
reflector_test.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
reflector.go Fixed several typos 2016-07-13 15:06:24 +01:00
store_test.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
store.go The notes are in reverse order 2016-07-07 14:45:16 +08:00
thread_safe_store.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
undelta_store_test.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
undelta_store.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00