Skip to content

Commit

Permalink
Merge pull request metal3-io#597 from zaneb/apiextensions-v1
Browse files Browse the repository at this point in the history
Switch CRD version to apiextensions.k8s.io/v1
  • Loading branch information
metal3-io-bot authored Jul 28, 2020
2 parents 8caaeaa + 3752053 commit c05f5f7
Show file tree
Hide file tree
Showing 2 changed files with 656 additions and 657 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ show_dirs:
.PHONY: generate
generate: bin/operator-sdk ## Run the operator-sdk code generator
./bin/operator-sdk generate $(VERBOSE) k8s
./bin/operator-sdk generate $(VERBOSE) crds
./bin/operator-sdk generate $(VERBOSE) crds --crd-version=v1
openapi-gen \
--input-dirs ./pkg/apis/metal3/v1alpha1 \
--output-package ./pkg/apis/metal3/v1alpha1 \
Expand Down
Loading

0 comments on commit c05f5f7

Please sign in to comment.