DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new RepositoryList.
()
| 467 | |
| 468 | // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new RepositoryList. |
| 469 | func (in *RepositoryList) DeepCopy() *RepositoryList { |
| 470 | if in == nil { |
| 471 | return nil |
| 472 | } |
| 473 | out := new(RepositoryList) |
| 474 | in.DeepCopyInto(out) |
| 475 | return out |
| 476 | } |
| 477 | |
| 478 | // DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object. |
| 479 | func (in *RepositoryList) DeepCopyObject() runtime.Object { |
no test coverage detected