Skip to content

Commit 5e87081

Browse files
author
Per Goncalves da Silva
committed
add convert regression testing
Signed-off-by: Per Goncalves da Silva <[email protected]>
1 parent d3aec37 commit 5e87081

File tree

56 files changed

+90682
-563
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

56 files changed

+90682
-563
lines changed

Makefile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,11 @@ generate: $(CONTROLLER_GEN) #EXHELP Generate code containing DeepCopy, DeepCopyI
154154
verify: tidy fmt generate manifests crd-ref-docs #HELP Verify all generated code is up-to-date.
155155
git diff --exit-code
156156

157+
.PHONY: verify-convert
158+
verify-convert:
159+
go run test/convert/generate-manifests.go
160+
git diff --exit-code
161+
157162
.PHONY: fix-lint
158163
fix-lint: $(GOLANGCI_LINT) #EXHELP Fix lint issues
159164
$(GOLANGCI_LINT) run --fix --build-tags $(GO_BUILD_TAGS) $(GOLANGCI_LINT_ARGS)

0 commit comments

Comments
 (0)