DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Pipeline.
()
| 194 | |
| 195 | // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Pipeline. |
| 196 | func (in *Pipeline) DeepCopy() *Pipeline { |
| 197 | if in == nil { |
| 198 | return nil |
| 199 | } |
| 200 | out := new(Pipeline) |
| 201 | in.DeepCopyInto(out) |
| 202 | return out |
| 203 | } |
| 204 | |
| 205 | // DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object. |
| 206 | func (in *Pipeline) DeepCopyObject() runtime.Object { |
no test coverage detected