DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Migrator.
()
| 37 | |
| 38 | // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Migrator. |
| 39 | func (in *Migrator) DeepCopy() *Migrator { |
| 40 | if in == nil { |
| 41 | return nil |
| 42 | } |
| 43 | out := new(Migrator) |
| 44 | in.DeepCopyInto(out) |
| 45 | return out |
| 46 | } |
| 47 | |
| 48 | // DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object. |
| 49 | func (in *Migrator) DeepCopyObject() runtime.Object { |
no test coverage detected