We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1473aea commit 8a2f367Copy full SHA for 8a2f367
hack/update-codegen.sh
@@ -49,6 +49,9 @@ if [[ "${DBG_CODEGEN}" == 1 ]]; then
49
kube::log::status "DBG: starting generated_files"
50
fi
51
52
+echo "installing goimports from hack/tools"
53
+go -C "${KUBE_ROOT}/hack/tools" install golang.org/x/tools/cmd/goimports
54
+
55
# Generate a list of directories we don't want to play in.
56
DIRS_TO_AVOID=()
57
kube::util::read-array DIRS_TO_AVOID < <(
0 commit comments