chore: revert unrelated backups deepcopy change
Signed-off-by: Arsolitt <arsolitt@gmail.com>
This commit is contained in:
parent
89aeb4cb83
commit
31de543e44
1 changed files with 0 additions and 5 deletions
|
|
@ -620,11 +620,6 @@ func (in *RestoreJobSpec) DeepCopyInto(out *RestoreJobSpec) {
|
|||
*out = new(v1.TypedLocalObjectReference)
|
||||
(*in).DeepCopyInto(*out)
|
||||
}
|
||||
if in.Options != nil {
|
||||
in, out := &in.Options, &out.Options
|
||||
*out = new(runtime.RawExtension)
|
||||
(*in).DeepCopyInto(*out)
|
||||
}
|
||||
}
|
||||
|
||||
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new RestoreJobSpec.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue