Skip to content

Commit

Permalink
chore: update makefile targets for generating YAML manifests and code
Browse files Browse the repository at this point in the history
Signed-off-by: Akshay Iyyadurai Balasundaram <[email protected]>
  • Loading branch information
ibakshay committed Oct 21, 2024
1 parent 88d0704 commit 4af0df8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4af0df8

Please sign in to comment.