DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Input.
()
| 17 | |
| 18 | // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Input. |
| 19 | func (in *Input) DeepCopy() *Input { |
| 20 | if in == nil { |
| 21 | return nil |
| 22 | } |
| 23 | out := new(Input) |
| 24 | in.DeepCopyInto(out) |
| 25 | return out |
| 26 | } |
| 27 | |
| 28 | // DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object. |
| 29 | func (in *Input) DeepCopyObject() runtime.Object { |
no test coverage detected