Generate incorrect type when crd referenced corev1.ResourceQuotaStatus
when using Applyconfiguration
cmd
#183
Labels
lifecycle/rotten
Denotes an issue or PR that has aged beyond stale and will be auto-closed.
Applyconfiguration
cmd generated an incorrect type, the inputvalue v1.ResourceList
is a value type but it assigned toResourceQuotaStatus.Used
with a pointer value.The text was updated successfully, but these errors were encountered: