kubernetes/test/integration
Kubernetes Submit Queue 19423e62af Merge pull request #45219 from CaoShuFeng/golint
Automatic merge from submit-queue

Fix golint verify error

I don't know why CI pass the hack/verify-golint.sh test.
But in my environment I get this:

> staging/src/k8s.io/client-go/util/workqueue/queue_test.go is in package workqueue_test, not workqueue
Errors from golint:
test/integration/apiserver/apiserver_test.go:102:13: should omit type string from declaration of var cascDel; it will be inferred from the right-hand side
Please fix the above errors. You can test via "golint" and commit the result.
!!! Error in hack/verify-golint.sh:98
  Error in hack/verify-golint.sh:98. 'false' exited with status 1
Call stack:
  1: hack/verify-golint.sh:98 main(...)
Exiting with status 1

This change fix this err in my environment.
**Release note**:

```NONE
```
2017-05-02 21:41:01 -07:00
..
apiserver Fix golint verify error 2017-05-02 15:36:50 +08:00
auth don't use build tags to mark integration tests 2017-04-28 14:19:39 -07:00
client fix go vet's from skipped tests 2017-04-28 14:19:40 -07:00
configmap don't use build tags to mark integration tests 2017-04-28 14:19:39 -07:00
defaulttolerationseconds don't use build tags to mark integration tests 2017-04-28 14:19:39 -07:00
etcd Merge pull request #40774 from mikedanese/no-more-integration-tags 2017-05-01 11:08:15 -07:00
evictions fix go vet's from skipped tests 2017-04-28 14:19:40 -07:00
examples don't use build tags to mark integration tests 2017-04-28 14:19:39 -07:00
federation skip integration test when run make bazel-test 2017-05-02 14:12:00 -07:00
framework Use storage.v1 instead of v1beta1 2017-04-25 10:13:38 +02:00
garbagecollector don't use build tags to mark integration tests 2017-04-28 14:19:39 -07:00
kubectl don't use build tags to mark integration tests 2017-04-28 14:19:39 -07:00
master delete benchmark integration tests that don't work at all 2017-04-28 14:28:04 -07:00
metrics skip procfs-dependent metrics test if not on linux 2017-05-02 13:34:20 -07:00
objectmeta don't use build tags to mark integration tests 2017-04-28 14:19:39 -07:00
openshift don't use build tags to mark integration tests 2017-04-28 14:19:39 -07:00
pods don't use build tags to mark integration tests 2017-04-28 14:19:39 -07:00
quota don't use build tags to mark integration tests 2017-04-28 14:19:39 -07:00
replicaset don't use build tags to mark integration tests 2017-04-28 14:19:39 -07:00
replicationcontroller don't use build tags to mark integration tests 2017-04-28 14:19:39 -07:00
scheduler fix go vet's from skipped tests 2017-04-28 14:19:40 -07:00
scheduler_perf don't use build tags to mark integration tests 2017-04-28 14:19:39 -07:00
secrets don't use build tags to mark integration tests 2017-04-28 14:19:39 -07:00
serviceaccount don't use build tags to mark integration tests 2017-04-28 14:19:39 -07:00
storageclasses don't use build tags to mark integration tests 2017-04-28 14:19:39 -07:00
thirdparty don't use build tags to mark integration tests 2017-04-28 14:19:39 -07:00
ttlcontroller don't use build tags to mark integration tests 2017-04-28 14:19:39 -07:00
volume don't use build tags to mark integration tests 2017-04-28 14:19:39 -07:00
benchmark-controller.json build/pause: write in C 2016-05-04 21:45:52 -04:00
BUILD don't use build tags to mark integration tests 2017-04-28 14:19:39 -07:00
doc.go don't use build tags to mark integration tests 2017-04-28 14:19:39 -07:00
utils.go mechanical 2017-01-16 09:35:12 -05:00