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: Blake Devcich <[email protected]>
  • Loading branch information
bdevcich committed Nov 13, 2024
1 parent 85d4c50 commit a7bd414
Show file tree
Hide file tree
Showing 20 changed files with 31,603 additions and 2,324 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,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 ./api/v1alpha2
SRC_DIRS=./api/v1alpha1 ./api/v1alpha2 ./api/v1alpha3
generate-go-conversions: $(CONVERSION_GEN) ## Generate conversions go code
$(MAKE) clean-generated-conversions SRC_DIRS="$(SRC_DIRS)"
$(CONVERSION_GEN) \
Expand Down
2,254 changes: 1,127 additions & 1,127 deletions api/v1alpha1/zz_generated.conversion.go

Large diffs are not rendered by default.

2,256 changes: 1,128 additions & 1,128 deletions api/v1alpha2/zz_generated.conversion.go

Large diffs are not rendered by default.

3,207 changes: 3,207 additions & 0 deletions api/v1alpha3/zz_generated.conversion.go

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion api/v1alpha3/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 a7bd414

Please sign in to comment.