Skip to content

Commit

Permalink
Change the mode of vendor/k8s.io/code-generator/kube_codegen.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
houshengbo committed Jan 8, 2024
1 parent 30972a5 commit 7bbf89f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/update-codegen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ group "Kubernetes Codegen"
# --output-base because this script should also be able to run inside the vendor dir of
# k8s.io/kubernetes. The output-base is needed for the generators to output into the vendor dir
# instead of the $GOPATH directly. For normal projects this can be dropped.
${CODEGEN_PKG}/kube_codegen.sh "deepcopy,client,informer,lister" \
${CODEGEN_PKG}/generate-groups.sh "deepcopy,client,informer,lister" \
knative.dev/operator/pkg/client knative.dev/operator/pkg/apis \
"operator:v1beta1" \
--go-header-file "${boilerplate}"
Expand Down
Empty file modified vendor/k8s.io/code-generator/kube_codegen.sh
100644 → 100755
Empty file.

0 comments on commit 7bbf89f

Please sign in to comment.