kubernetes/pkg/client/cache
Kubernetes Submit Queue 69419a145a Merge pull request #29802 from jfrazelle/fix-go-vet-errors
Automatic merge from submit-queue

fix go vet errors

<!--
Checklist for submitting a Pull Request

Please remove this comment block before submitting.

1. Please read our [contributor guidelines](https://github.com/kubernetes/kubernetes/blob/master/CONTRIBUTING.md).
2. See our [developer guide](https://github.com/kubernetes/kubernetes/blob/master/docs/devel/development.md).
3. If you want this PR to automatically close an issue when it is merged,
   add `fixes #<issue number>` or `fixes #<issue number>, fixes #<issue number>`
   to close multiple issues (see: https://github.com/blog/1506-closing-issues-via-pull-requests).
4. Follow the instructions for [labeling and writing a release note for this PR](https://github.com/kubernetes/kubernetes/blob/master/docs/devel/pull-requests.md#release-notes) in the block below.
-->

```release-note
```

This fixes the `go vet` errors brought about by go 1.7 testing re (#28742).

The are all pretty trivial and mostly related to literal composites.

also related to #16086
2016-08-15 13:10:08 -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 fix go vet errors 2016-08-10 16:45:41 -07:00
reflector.go Remove dead variable from reflector 2016-08-11 08:32:37 +02: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