// 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_CronJob(in *batchv1.CronJob) { … } func SetObjectDefaults_CronJobList(in *batchv1.CronJobList) { … } func SetObjectDefaults_Job(in *batchv1.Job) { … } func SetObjectDefaults_JobList(in *batchv1.JobList) { … }