Skip to content

Commit 8fe47a1

Browse files
committed
hack/tools: use mainstream conversion-gen
1 parent 805e912 commit 8fe47a1

File tree

5 files changed

+2
-1576
lines changed

5 files changed

+2
-1576
lines changed

hack/tools/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,8 @@ $(CONTROLLER_GEN): $(BIN_DIR) go.mod go.sum # Build controller-gen from tools fo
7676
go build -tags=tools -o $@ sigs.k8s.io/controller-tools/cmd/controller-gen
7777

7878
CONVERSION_GEN := $(BIN_DIR)/conversion-gen
79-
$(CONVERSION_GEN): $(BIN_DIR) go.mod go.sum $(call rwildcard,.,third_party/conversion-gen/*.*)
80-
go build -tags=tools -o $@ ./third_party/conversion-gen
79+
$(CONVERSION_GEN): $(BIN_DIR) go.mod go.sum
80+
go build -tags=tools -o $@ k8s.io/code-generator/cmd/conversion-gen
8181

8282
CONVERSION_VERIFIER := $(BIN_DIR)/conversion-verifier
8383
$(CONVERSION_VERIFIER): $(BIN_DIR) go.mod go.sum

hack/tools/third_party/conversion-gen/LICENSE

Lines changed: 0 additions & 202 deletions
This file was deleted.

hack/tools/third_party/conversion-gen/README.md

Lines changed: 0 additions & 24 deletions
This file was deleted.

0 commit comments

Comments
 (0)