DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
(out *Model)
| 57 | |
| 58 | // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. |
| 59 | func (in *Model) DeepCopyInto(out *Model) { |
| 60 | *out = *in |
| 61 | out.TypeMeta = in.TypeMeta |
| 62 | in.ObjectMeta.DeepCopyInto(&out.ObjectMeta) |
| 63 | in.Spec.DeepCopyInto(&out.Spec) |
| 64 | in.Status.DeepCopyInto(&out.Status) |
| 65 | } |
| 66 | |
| 67 | // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Model. |
| 68 | func (in *Model) DeepCopy() *Model { |
no outgoing calls
no test coverage detected