Skip to content

Commit

Permalink
Refactor code to improve readibility
Browse files Browse the repository at this point in the history
Signed-off-by: Ivan Sim <[email protected]>
  • Loading branch information
ihcsim committed May 18, 2024
1 parent 140355c commit ef83f64
Show file tree
Hide file tree
Showing 22 changed files with 589 additions and 596 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ codegen:
--output-pkg $(API_GO_PKG) \
--with-applyconfig \
--with-watch \
--plural-exceptions "GPUDeviceClassParameters:GPUDeviceClassParameters,GPUClaimParameters:GPUClaimParameters" \
--plural-exceptions "GPUClassParameters:GPUClassParameters,GPUClaimParameters:GPUClaimParameters" \
$(API_ROOT_DIR)

codegen-verify:
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions pkg/apis/applyconfiguration/utils.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit ef83f64

Please sign in to comment.