DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PipelineSpec.
()
| 363 | |
| 364 | // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PipelineSpec. |
| 365 | func (in *PipelineSpec) DeepCopy() *PipelineSpec { |
| 366 | if in == nil { |
| 367 | return nil |
| 368 | } |
| 369 | out := new(PipelineSpec) |
| 370 | in.DeepCopyInto(out) |
| 371 | return out |
| 372 | } |
| 373 | |
| 374 | // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. |
| 375 | func (in *PipelineStatus) DeepCopyInto(out *PipelineStatus) { |
nothing calls this directly
no test coverage detected