Skip to content

Commit 3d175af

Browse files
committed
update Makefile.
1 parent be6a1a7 commit 3d175af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ help: ## Display this help.
9696
##@ Development
9797

9898
.PHONY: generate
99-
generate: controller-gen code-generator ## Generate code containing DeepCopy, DeepCopyInto, and DeepCopyObject method implementations.
99+
generate: controller-gen code-generator ## Generate WebhookConfiguration, ClusterRole, CustomResourceDefinition objects, code containing DeepCopy, DeepCopyInto, and DeepCopyObject method implementations.
100100
$(CONTROLLER_GEN) object:headerFile="hack/boilerplate/boilerplate.generatego.txt" paths="./..."
101101
./hack/update-codegen.sh
102102

0 commit comments

Comments
 (0)