DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
(out *Migrator)
| 28 | |
| 29 | // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. |
| 30 | func (in *Migrator) DeepCopyInto(out *Migrator) { |
| 31 | *out = *in |
| 32 | out.TypeMeta = in.TypeMeta |
| 33 | in.ObjectMeta.DeepCopyInto(&out.ObjectMeta) |
| 34 | in.Spec.DeepCopyInto(&out.Spec) |
| 35 | in.Status.DeepCopyInto(&out.Status) |
| 36 | } |
| 37 | |
| 38 | // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Migrator. |
| 39 | func (in *Migrator) DeepCopy() *Migrator { |
no outgoing calls
no test coverage detected