// 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_ClusterConfiguration(in *ClusterConfiguration) { … } func SetObjectDefaults_InitConfiguration(in *InitConfiguration) { … } func SetObjectDefaults_JoinConfiguration(in *JoinConfiguration) { … } func SetObjectDefaults_ResetConfiguration(in *ResetConfiguration) { … } func SetObjectDefaults_UpgradeConfiguration(in *UpgradeConfiguration) { … }