open-cluster-management-io / addon-framework

addon apis
Apache License 2.0
23 stars 40 forks source link

add WithTrimCRDDescription configuration for addonfactory #78

Closed zhiweiyin318 closed 2 years ago

zhiweiyin318 commented 2 years ago

there will be a large workload in manifestWork if there are several CRDs in the addon manifests. in CRD, the Description info takes up the most of size. so add WithTrimCRDDescription config for the addonfactory build to remove the Description info of CRDs to reduce the workload size of manifestWork.

Signed-off-by: Zhiwei Yin zyin@redhat.com

zhiweiyin318 commented 2 years ago

/assign @qiujian16

openshift-ci[bot] commented 2 years ago

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: qiujian16, zhiweiyin318

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files: - ~~[OWNERS](https://github.com/open-cluster-management-io/addon-framework/blob/main/OWNERS)~~ [qiujian16] Approvers can indicate their approval by writing `/approve` in a comment Approvers can cancel approval by writing `/approve cancel` in a comment