Skip to content

Commit 720aea4

Browse files
committed
fixup! Update generated files
Signed-off-by: Vince Prignano <[email protected]>
1 parent 3a7a5d8 commit 720aea4

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

api/v1alpha2/zz_generated.deepcopy.go

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -619,14 +619,6 @@ func (in *MachineStatus) DeepCopyInto(out *MachineStatus) {
619619
*out = make(MachineAddresses, len(*in))
620620
copy(*out, *in)
621621
}
622-
<<<<<<< HEAD
623-
=======
624-
if in.Phase != nil {
625-
in, out := &in.Phase, &out.Phase
626-
*out = new(string)
627-
**out = **in
628-
}
629-
>>>>>>> 14a1ed9a5... Migrate API types
630622
}
631623

632624
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new MachineStatus.

0 commit comments

Comments
 (0)