try switch to kube_codegen.sh
This commit is contained in:
parent
4e011669a3
commit
b57219ccc2
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Reference in New Issue