Move api/builtin to internal

This commit is contained in:
Yuwen Ma
2021-11-22 12:45:54 -08:00
parent d11342489a
commit a1c5d79d94
24 changed files with 54 additions and 5 deletions

View File

@@ -141,7 +141,7 @@ func newWriter(r string) (*writer, error) {
// $HOME/kustomize/api/builtins
func makeOutputFileName(root string) string {
return filepath.Join(
"..", "..", "..", "api", packageForGeneratedCode, root+".go")
"..", "..", "..", "api/internal", packageForGeneratedCode, root+".go")
}
func (w *writer) Close() error {