mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-03-12 05:35:17 -04:00
Automatic merge from submit-queue. If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>. generated code should pass go vet for go1.10 **What this PR does / why we need it**: Update code generator and the code it generates to pass `go vet`. go1.10 runs `go vet` whenever `go test` is run. Because of this, generated code for CRDs needs to pass `go vet`. **Release note**: ```release-note Code generated for CRDs now passes `go vet`. ``` |
||
|---|---|---|
| .. | ||
| chaosclient | ||
| clientset_generated | ||
| conditions | ||
| informers/informers_generated/internalversion | ||
| leaderelectionconfig | ||
| listers | ||
| metrics | ||
| testdata | ||
| tests | ||
| OWNERS | ||