Skip to content

Commit

Permalink
Remove v1alpha1 API
Browse files Browse the repository at this point in the history
Signed-off-by: Dean Roehrich <[email protected]>
  • Loading branch information
roehrich-hpe committed Nov 20, 2024
1 parent 5bf3a0e commit 0c8eb79
Show file tree
Hide file tree
Showing 44 changed files with 1 addition and 34,023 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,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 ./api/v1alpha3
SRC_DIRS=./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
Loading

0 comments on commit 0c8eb79

Please sign in to comment.