Skip to content

Commit b98d1ea

Browse files
committed
Makefile: run gen-patch-defaultrestmapper.sh in codegen target
On-behalf-of: @SAP [email protected] Signed-off-by: Robert Vasek <[email protected]>
1 parent 4ec2c72 commit b98d1ea

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,7 @@ crds: $(CONTROLLER_GEN) $(YAML_PATCH) ## Generate crds
201201
codegen: $(KCP_APIGEN_GEN) crds ## Generate all
202202
go mod download
203203
./hack/update-codegen-clients.sh
204+
./hack/gen-patch-defaultrestmapper.sh
204205
$(MAKE) imports
205206
.PHONY: codegen
206207

0 commit comments

Comments
 (0)