Closed bartoszmajsak closed 2 months ago
Alternatively we can combine both to one generate
target.
[APPROVALNOTIFIER] This PR is APPROVED
This pull-request has been approved by: zdtsw
The full list of commands accepted by this bot can be found here.
The pull request process is described here
Description
The current list of default targets includes
manifests
which generates CRDs based on API code changes. Still, it does not invokegenerate
which is responsible for generating additional code (namelyDeepCopy
funcs).This can result in incomplete implementation where CRDs reflect the latest changes in the API, but internally it might not be possible to use due to missing copy methods or even outdated implementations of those that already exist.
This change adds it to the list of default targets so that each code change can be committed with the complete set of changes for
controller-runtime
.How Has This Been Tested?
Screenshot or short clip
Merge criteria