mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-07-17 09:49:13 +00:00
Install generated plugin code into the API module.
This commit is contained in:
17
api/plugins/builtins/tools.go
Normal file
17
api/plugins/builtins/tools.go
Normal file
@@ -0,0 +1,17 @@
|
||||
// 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"
|
||||
// )
|
||||
Reference in New Issue
Block a user