machine-controller-manager icon indicating copy to clipboard operation
machine-controller-manager copied to clipboard

Added a new target `make check-generate` to Makefile

Open aaronfern opened this issue 5 months ago • 1 comments

What this PR does / why we need it: This PR does the following

  1. Adds a new target make check-generate to the Makefile. This target is intended to verify if apis/docs have been correctly generated
  2. Added make check-generate as a check in the .ci/check script so that this can run as part of the check script 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

aaronfern avatar Jul 02 '25 10:07 aaronfern

CLA assistant check
All committers have signed the CLA.

CLAassistant avatar Jul 08 '25 07:07 CLAassistant

I've noticed too many anomalies with the check-generate script I will fix it and open another PR /close

aaronfern avatar Dec 18 '25 09:12 aaronfern

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

takoverflow avatar Dec 18 '25 09:12 takoverflow