DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PipelineList.
()
| 335 | |
| 336 | // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PipelineList. |
| 337 | func (in *PipelineList) DeepCopy() *PipelineList { |
| 338 | if in == nil { |
| 339 | return nil |
| 340 | } |
| 341 | out := new(PipelineList) |
| 342 | in.DeepCopyInto(out) |
| 343 | return out |
| 344 | } |
| 345 | |
| 346 | // DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object. |
| 347 | func (in *PipelineList) DeepCopyObject() runtime.Object { |
no test coverage detected