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 6f54141 commit b773405Copy full SHA for b773405
test/test-reconciler-codegen.sh
@@ -46,13 +46,13 @@ kube::codegen::gen_client \
46
# Knative Injection
47
${KNATIVE_CODEGEN_PKG}/hack/generate-knative.sh "injection" \
48
${GENCLIENT_PKG} knative.dev/pkg/apis/test \
49
- "example:v1alpha1" \
+ "example:v1alpha1,pub:v1alpha1" \
50
--go-header-file ${REPO_ROOT_DIR}/hack/boilerplate/boilerplate.go.txt \
51
--force-genreconciler-kinds "Foo"
52
53
54
55
- ${GENCLIENT_PKG}/pub knative.dev/pkg/apis/test \
+ ${GENCLIENT_PKG} knative.dev/pkg/apis/test \
56
"pub:v1alpha1" \
57
--go-header-file ${REPO_ROOT_DIR}/hack/boilerplate/boilerplate.go.txt
58
0 commit comments