Skip to content

Commit

Permalink
CRDBUMPER-auto-gens
Browse files Browse the repository at this point in the history
Make the auto-generated files.

Update the SRC_DIRS spoke list in the Makefile.

make manifests & make generate & make generate-go-conversions
make fmt

ACTION: If any of the code in this repo was referencing non-local
  APIs, the references to them may have been inadvertently
  modified. Verify that any non-local APIs are being referenced
  by their correct versions.

ACTION: Begin by running "make vet". Repair any issues that it finds.
  Then run "make test" and continue repairing issues until the tests
  pass.
Signed-off-by: Matt Richerson <[email protected]>
  • Loading branch information
matthew-richerson committed Nov 7, 2024
1 parent a85c3b5 commit f7eb9c1
Show file tree
Hide file tree
Showing 14 changed files with 5,569 additions and 874 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ $(CONVERSION_GEN): $(LOCALBIN) # Build conversion-gen from tools folder.
# The SRC_DIRS value is a space-separated list of paths to old versions.
# The --input-dirs value is a single path item; specify multiple --input-dirs
# parameters if you have multiple old versions.
SRC_DIRS=./api/v1alpha1
SRC_DIRS=./api/v1alpha1 ./api/v1alpha2
generate-go-conversions: $(CONVERSION_GEN) ## Generate conversions go code
$(MAKE) clean-generated-conversions SRC_DIRS="$(SRC_DIRS)"
$(CONVERSION_GEN) \
Expand Down
1,594 changes: 797 additions & 797 deletions api/v1alpha1/zz_generated.conversion.go

Large diffs are not rendered by default.

2,227 changes: 2,227 additions & 0 deletions api/v1alpha2/zz_generated.conversion.go

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion api/v1alpha2/zz_generated.deepcopy.go

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

Loading

0 comments on commit f7eb9c1

Please sign in to comment.