DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new MigratorList.
()
| 69 | |
| 70 | // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new MigratorList. |
| 71 | func (in *MigratorList) DeepCopy() *MigratorList { |
| 72 | if in == nil { |
| 73 | return nil |
| 74 | } |
| 75 | out := new(MigratorList) |
| 76 | in.DeepCopyInto(out) |
| 77 | return out |
| 78 | } |
| 79 | |
| 80 | // DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object. |
| 81 | func (in *MigratorList) DeepCopyObject() runtime.Object { |
no test coverage detected