func (in *ArchiveSpec) DeepCopyInto(out *ArchiveSpec) {
    *out = *in
    if in.RestoreSpec != nil {
        in, out := &in.RestoreSpec, &out.RestoreSpec
        *out = new(RestoreSpec)