DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
(out *PipelineSpec)
| 353 | |
| 354 | // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. |
| 355 | func (in *PipelineSpec) DeepCopyInto(out *PipelineSpec) { |
| 356 | *out = *in |
| 357 | if in.RepositoryEmbeddings != nil { |
| 358 | in, out := &in.RepositoryEmbeddings, &out.RepositoryEmbeddings |
| 359 | *out = new(RepositoryEmbeddingsSpec) |
| 360 | **out = **in |
| 361 | } |
| 362 | } |
| 363 | |
| 364 | // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PipelineSpec. |
| 365 | func (in *PipelineSpec) DeepCopy() *PipelineSpec { |