Open
Description
- I have a CRD definition https://github.com/karmada-io/api/blob/909667dcc910097476e131616185beff3c460bc3/policy/v1alpha1/federatedresourcequota_types.go#L114, which imported corev1.ResourceQuotaStatus
Applyconfiguration
cmd generated an incorrect type, the inputvalue v1.ResourceList
is a value type but it assigned toResourceQuotaStatus.Used
with a pointer value.
