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