// RegisterDefaults adds defaulters functions to the given scheme. // Public to allow building arbitrary schemes. // All generated defaulters are covering - they call all nested defaulters. func RegisterDefaults(scheme *runtime.Scheme) error { … } func SetObjectDefaults_Defaulted(in *Defaulted) { … } func SetObjectDefaults_DefaultedOmitempty(in *DefaultedOmitempty) { … } func SetObjectDefaults_DefaultedWithFunction(in *DefaultedWithFunction) { … } func SetObjectDefaults_DefaultedWithReference(in *DefaultedWithReference) { … }