Skip to content

Commit

Permalink
single injection invocation
Browse files Browse the repository at this point in the history
  • Loading branch information
dprotaso committed Jan 17, 2025
1 parent b773405 commit fcbbecf
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions test/test-reconciler-codegen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,7 @@ ${KNATIVE_CODEGEN_PKG}/hack/generate-knative.sh "injection" \
${GENCLIENT_PKG} knative.dev/pkg/apis/test \
"example:v1alpha1,pub:v1alpha1" \
--go-header-file ${REPO_ROOT_DIR}/hack/boilerplate/boilerplate.go.txt \
--force-genreconciler-kinds "Foo"

# Knative Injection
${KNATIVE_CODEGEN_PKG}/hack/generate-knative.sh "injection" \
${GENCLIENT_PKG} knative.dev/pkg/apis/test \
"pub:v1alpha1" \
--go-header-file ${REPO_ROOT_DIR}/hack/boilerplate/boilerplate.go.txt
--force-genreconciler-kinds "Foo,Bar"

if ! go build -v $(dirname $0)/genclient/... ; then
exit 1
Expand Down

0 comments on commit fcbbecf

Please sign in to comment.