Skip to content

Commit 9d17c42

Browse files
improve move test framework
1 parent 0f62f83 commit 9d17c42

12 files changed

+1121
-199
lines changed

Makefile

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

0 commit comments

Comments
 (0)