machine-controller-manager
machine-controller-manager copied to clipboard
Added a new target `make check-generate` to Makefile
What this PR does / why we need it: This PR does the following
- Adds a new target
make check-generateto theMakefile. This target is intended to verify if apis/docs have been correctly generated - Added
make check-generateas a check in the.ci/checkscript so that this can run as part of thecheckscript in any pipeline
Which issue(s) this PR fixes: Fixes #
Special notes for your reviewer:
Release note:
Added a `make check-generate` target to the Makefile
I've noticed too many anomalies with the check-generate script I will fix it and open another PR /close
Might be helpful to check if crd-ref-docs used in scaling-advisor might help with consistent generation for comparison. Then we can ditch outdated gen-crd-api-reference-docs