Migrate some presubmit functionality to Makefile.

This commit is contained in:
Jeffrey Regan
2019-11-04 16:56:38 -08:00
parent c7fd1dee8b
commit ad24ba2234
8 changed files with 616 additions and 113 deletions

View File

@@ -1,17 +0,0 @@
// Copyright 2019 The Kubernetes Authors.
// SPDX-License-Identifier: Apache-2.0
// +build tools
// This file exists to declare that its containing
// package explicitly depends on the pluginator
// tool (via go:generate directives)
package builtins
// TODO: replace this, with the appropriate version
// once the API is launched, and the new pluginator
// has been compiled against it and released.
//
// import (
// _ "sigs.k8s.io/kustomize/pluginator"
// )