Open
Description
I have a CRD which nests multiple large CRD objects, when controller-gen
generates the manifests with all the metadata and descriptions this can equal well over 2mb. Looking at controller-gen crd -www
it doesn’t appear there is a way to skip descriptions either at a field level or even at a package level. Is that correct?
If that is, would there be any objections to a marker like // +kubernetes:skip:description
where it could be at the package or at an individual field in the CRD?