kubectl: move translated data into kubectl

This commit is contained in:
Sean Sullivan
2018-10-11 16:03:57 -07:00
parent 688550b2d3
commit b7f8369da2
8 changed files with 28 additions and 4 deletions

View File

@@ -64,7 +64,7 @@ fi
rm -f "${BINDATA_OUTPUT}.tmp"
# These are files for runtime code
BINDATA_OUTPUT="pkg/generated/bindata.go"
BINDATA_OUTPUT="pkg/kubectl/generated/bindata.go"
# IMPORTANT: if you make any changes to these arguments, you must also update
# pkg/generated/BUILD and/or build/bindata.bzl.
go-bindata -nometadata -nocompress -o "${BINDATA_OUTPUT}.tmp" -pkg generated \