Merge pull request #62151 from thockin/build-cleanup-with-go-1-10

Automatic merge from submit-queue (batch tested with PRs 62495, 63003, 62829, 62151, 62002). 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>.

Build cleanup with go 1.10

Simplify our build/test scripts now that go 1.10 is in play.  It has caching that seems to actually work.

**Release note**:
```release-note
NONE
```
This commit is contained in:
Kubernetes Submit Queue
2018-04-23 22:45:24 -07:00
committed by GitHub
11 changed files with 189 additions and 842 deletions

View File

@@ -16,8 +16,6 @@ limitations under the License.
package generated
//go:generate ../../../hack/generate-bindata.sh
import "github.com/golang/glog"
/*

View File

@@ -544,7 +544,6 @@ k8s.io/kubernetes/cmd/libs/go2idl/go-to-protobuf/protobuf,smarterclayton,0,
k8s.io/kubernetes/cmd/libs/go2idl/openapi-gen/generators,davidopp,1,
k8s.io/kubernetes/examples,Random-Liu,0,
k8s.io/kubernetes/hack,thockin,1,
k8s.io/kubernetes/hack/cmd/teststale,thockin,1,
k8s.io/kubernetes/pkg/api,Q-Lee,1,
k8s.io/kubernetes/pkg/api/endpoints,cjcullen,1,
k8s.io/kubernetes/pkg/api/events,jlowdermilk,1,
1 name owner auto-assigned sig
544 k8s.io/kubernetes/cmd/libs/go2idl/openapi-gen/generators davidopp 1
545 k8s.io/kubernetes/examples Random-Liu 0
546 k8s.io/kubernetes/hack thockin 1
k8s.io/kubernetes/hack/cmd/teststale thockin 1
547 k8s.io/kubernetes/pkg/api Q-Lee 1
548 k8s.io/kubernetes/pkg/api/endpoints cjcullen 1
549 k8s.io/kubernetes/pkg/api/events jlowdermilk 1