Skip to content

Commit

Permalink
remove v1beta2 from autogen
Browse files Browse the repository at this point in the history
  • Loading branch information
jpinsonneau committed Oct 4, 2023
1 parent 656cb0f commit c2d87fb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -252,11 +252,10 @@ doc: crdoc ## Generate markdown documentation
$(CRDOC) --resources config/crd/bases/flows.netobserv.io_flowcollectors.yaml --output docs/FlowCollector.md

generate-go-conversions: $(CONVERSION_GEN) ## Run all generate-go-conversions
$(MAKE) clean-generated-conversions SRC_DIRS="./api/v1alpha1 ./api/v1beta1 ./api/v1beta2"
$(MAKE) clean-generated-conversions SRC_DIRS="./api/v1alpha1 ./api/v1beta1"
$(CONVERSION_GEN) \
--input-dirs=./api/v1alpha1 \
--input-dirs=./api/v1beta1 \
--input-dirs=./api/v1beta2 \
--build-tag=ignore_autogenerated_core \
--output-file-base=zz_generated.conversion \
$(CONVERSION_GEN_OUTPUT_BASE) \
Expand Down

0 comments on commit c2d87fb

Please sign in to comment.