Skip to content

Commit

Permalink
split type definitions into separate files (#4750)
Browse files Browse the repository at this point in the history
Signed-off-by: zhangzujian <[email protected]>
  • Loading branch information
zhangzujian authored Nov 21, 2024
1 parent 17606a1 commit c3ae805
Show file tree
Hide file tree
Showing 42 changed files with 2,090 additions and 2,363 deletions.
2 changes: 1 addition & 1 deletion hack/update-codegen-docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ GOPROXY=${GOPROXY:-"https://goproxy.cn"}
docker run -it --rm \
-v ${PWD}:/app \
-e GOPROXY=${GOPROXY} \
ghcr.io/slok/kube-code-generator:v0.3.2 \
ghcr.io/zhangzujian/kube-code-generator:v0.3.3 \
--boilerplate-path ./hack/boilerplate.go.txt \
--apis-in ./pkg/apis \
--go-gen-out ./pkg/client
Expand Down
Loading

0 comments on commit c3ae805

Please sign in to comment.