try switch to kube_codegen.sh

This commit is contained in:
Felix Kunde 2024-02-16 12:42:52 +01:00
parent 4e011669a3
commit b57219ccc2
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ cleanup() {
}
trap "cleanup" EXIT SIGINT
bash "${CODEGEN_PKG}/generate-groups.sh" all \
bash "${CODEGEN_PKG}/kube_codegen.sh" client,deepcopy,informer,lister \
"${OPERATOR_PACKAGE_ROOT}/pkg/generated" "${OPERATOR_PACKAGE_ROOT}/pkg/apis" \
"acid.zalan.do:v1 zalando.org:v1" \
--go-header-file "${SCRIPT_ROOT}"/hack/custom-boilerplate.go.txt \