Skip to content

Commit

Permalink
chore(codegen): add helper generation to codegen script
Browse files Browse the repository at this point in the history
  • Loading branch information
kahirokunn committed Dec 10, 2024
1 parent 30f4b25 commit e135c82
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions hack/update-codegen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@ chmod +x ${CODEGEN_PKG}/kube_codegen.sh

source ${CODEGEN_PKG}/kube_codegen.sh

kube::codegen::gen_helpers \
--boilerplate "${SCRIPT_ROOT}/hack/boilerplate.go.txt" \
./pkg/apis

kube::codegen::gen_client \
--output-dir "${TEMP_DIR}/${PACKAGE_PATH_BASE}/pkg/client" \
--output-pkg "${PACKAGE_PATH_BASE}/pkg/client" \
Expand Down

0 comments on commit e135c82

Please sign in to comment.