Skip to content

Commit 07ec969

Browse files
authored
Merge pull request #2059 from fabriziopandini/clusterctl-improve-move-test-framework
✨clusterctl: improve move test framework
2 parents 73c08cd + 9d17c42 commit 07ec969

12 files changed

+1121
-199
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ generate-go-core: $(CONTROLLER_GEN) $(CONVERSION_GEN)
192192
$(CONTROLLER_GEN) \
193193
object:headerFile=./hack/boilerplate/boilerplate.generatego.txt \
194194
paths=./api/... \
195-
paths=./cmd/clusterctl/api/...
195+
paths=./cmd/clusterctl/...
196196
$(CONVERSION_GEN) \
197197
--input-dirs=./api/v1alpha2 \
198198
--output-file-base=zz_generated.conversion \

0 commit comments

Comments
 (0)