From 4af0df84551fc0badec89b57a1fd822e068b2499 Mon Sep 17 00:00:00 2001 From: Akshay Iyyadurai Balasundaram Date: Thu, 17 Oct 2024 14:43:10 +0200 Subject: [PATCH] chore: update makefile targets for generating YAML manifests and code Signed-off-by: Akshay Iyyadurai Balasundaram --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5bd6d21..c932c89 100644 --- a/README.md +++ b/README.md @@ -90,7 +90,8 @@ kubectl delete -f config/samples/v1alpha1_perses.yaml --namespace default If you are editing the API definitions, generate the manifests such as CRs or CRDs using: ```sh -make manifests +make manifests # Generate YAML manifests like CRDs, RBAC etc. +make generate # Generate code containing DeepCopy, DeepCopyInto, and DeepCopyObject method implementations. ``` **NOTE:** Run `make --help` for more information on all potential `make` targets