We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9605459 commit ece653aCopy full SHA for ece653a
1 file changed
Makefile
@@ -98,7 +98,7 @@ help: ## Display this help.
98
##@ Development
99
100
.PHONY: generate
101
-generate: controller-gen code-generator ## Generate WebhookConfiguration, ClusterRole, CustomResourceDefinition objects, code containing DeepCopy, DeepCopyInto, and DeepCopyObject method implementations.
+generate: controller-gen code-generator tidy ## Generate WebhookConfiguration, ClusterRole, CustomResourceDefinition objects, code containing DeepCopy, DeepCopyInto, and DeepCopyObject method implementations.
102
$(CONTROLLER_GEN) object:headerFile="hack/boilerplate/boilerplate.generatego.txt" paths="./..."
103
$(CONTROLLER_GEN) crd output:dir="./config/crd/bases" paths="./..."
104
./hack/update-codegen.sh
0 commit comments