client-go icon indicating copy to clipboard operation
client-go copied to clipboard

applyconfigurations: Generate conversions to original API objects

Open mmonaco opened this issue 11 months ago • 2 comments

It would be useful to be able to, for example, have a:

func (b *ConfigMapApplyConfiguration) Object() *apicorev1.ConfigMap

the naming doesn't matter. I think but am not positive that these methods could be generated without error in the return signature.

mmonaco avatar Jan 21 '25 17:01 mmonaco