DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new MigratorSpec.
()
| 134 | |
| 135 | // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new MigratorSpec. |
| 136 | func (in *MigratorSpec) DeepCopy() *MigratorSpec { |
| 137 | if in == nil { |
| 138 | return nil |
| 139 | } |
| 140 | out := new(MigratorSpec) |
| 141 | in.DeepCopyInto(out) |
| 142 | return out |
| 143 | } |
| 144 | |
| 145 | // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. |
| 146 | func (in *MigratorStatus) DeepCopyInto(out *MigratorStatus) { |
nothing calls this directly
no test coverage detected