DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
(out *Repository)
| 408 | |
| 409 | // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. |
| 410 | func (in *Repository) DeepCopyInto(out *Repository) { |
| 411 | *out = *in |
| 412 | out.TypeMeta = in.TypeMeta |
| 413 | in.ObjectMeta.DeepCopyInto(&out.ObjectMeta) |
| 414 | in.Spec.DeepCopyInto(&out.Spec) |
| 415 | out.Status = in.Status |
| 416 | } |
| 417 | |
| 418 | // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Repository. |
| 419 | func (in *Repository) DeepCopy() *Repository { |