func (in *BackupSchedule) DeepCopyInto(out *BackupSchedule) {
    *out = *in
    in.BackupSpec.DeepCopyInto(&out.BackupSpec)
    if in.ScheduleCommon != nil {
        in, out := &in.ScheduleCommon, &out.ScheduleCommon