DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
(out *Pipeline)
| 185 | |
| 186 | // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. |
| 187 | func (in *Pipeline) DeepCopyInto(out *Pipeline) { |
| 188 | *out = *in |
| 189 | out.TypeMeta = in.TypeMeta |
| 190 | in.ObjectMeta.DeepCopyInto(&out.ObjectMeta) |
| 191 | in.Spec.DeepCopyInto(&out.Spec) |
| 192 | in.Status.DeepCopyInto(&out.Status) |
| 193 | } |
| 194 | |
| 195 | // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Pipeline. |
| 196 | func (in *Pipeline) DeepCopy() *Pipeline { |