diff --git a/Makefile b/Makefile index d42325fb..430af36c 100644 --- a/Makefile +++ b/Makefile @@ -56,6 +56,7 @@ manifests: controller-gen ## Generate WebhookConfiguration, ClusterRole and Cust .PHONY: generate generate: controller-gen ## Generate code containing DeepCopy, DeepCopyInto, and DeepCopyObject method implementations. $(CONTROLLER_GEN) object:headerFile="hack/boilerplate.go.txt" paths="./..." + hack/update-codegen.sh .PHONY: fmt fmt: ## Run go fmt against code.