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 0cbb65f commit 4be431bCopy full SHA for 4be431b
hack/update-codegen.sh
@@ -18,7 +18,8 @@ trap "cleanup" EXIT SIGINT
18
bash "${CODEGEN_PKG}/generate-groups.sh" all \
19
"${OPERATOR_PACKAGE_ROOT}/pkg/generated" "${OPERATOR_PACKAGE_ROOT}/pkg/apis" \
20
"acid.zalan.do:v1 zalando.org:v1" \
21
- --go-header-file "${SCRIPT_ROOT}"/hack/custom-boilerplate.go.txt
+ --go-header-file "${SCRIPT_ROOT}"/hack/custom-boilerplate.go.txt \
22
+ -o ./
23
24
cp -r "${OPERATOR_PACKAGE_ROOT}"/pkg/* "${TARGET_CODE_DIR}"
25
0 commit comments