Skip to content

Commit

Permalink
fix update codegen script
Browse files Browse the repository at this point in the history
  • Loading branch information
scydas committed Jan 7, 2022
1 parent 0864aaa commit 6e0a2d7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hack/update-codegen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ deepcopy-gen \
--output-file-base=zz_generated.deepcopy

echo "Generating with conversion-gen"
GO111MODULE=on go install k8s.io/code-generator/cmd/conversion-gen
conversion-gen \
--go-header-file hack/boilerplate.go.txt \
--input-dirs=./pkg/apis/pedia/v1alpha1 \
Expand Down

0 comments on commit 6e0a2d7

Please sign in to comment.