DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
(out *Input)
| 10 | |
| 11 | // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. |
| 12 | func (in *Input) DeepCopyInto(out *Input) { |
| 13 | *out = *in |
| 14 | out.TypeMeta = in.TypeMeta |
| 15 | in.ObjectMeta.DeepCopyInto(&out.ObjectMeta) |
| 16 | } |
| 17 | |
| 18 | // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Input. |
| 19 | func (in *Input) DeepCopy() *Input { |