client-go
client-go copied to clipboard
applyconfigurations: Generate conversions to original API objects
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.