-
Notifications
You must be signed in to change notification settings - Fork 446
Open
Labels
lifecycle/frozenIndicates that an issue or PR should not be auto-closed due to staleness.Indicates that an issue or PR should not be auto-closed due to staleness.
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?
armsnyder, envybee, sathieu, robbie-demuth, eliecharra and 3 more
Metadata
Metadata
Assignees
Labels
lifecycle/frozenIndicates that an issue or PR should not be auto-closed due to staleness.Indicates that an issue or PR should not be auto-closed due to staleness.