DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new RepositorySpec.
()
| 495 | |
| 496 | // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new RepositorySpec. |
| 497 | func (in *RepositorySpec) DeepCopy() *RepositorySpec { |
| 498 | if in == nil { |
| 499 | return nil |
| 500 | } |
| 501 | out := new(RepositorySpec) |
| 502 | in.DeepCopyInto(out) |
| 503 | return out |
| 504 | } |
| 505 | |
| 506 | // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. |
| 507 | func (in *RepositoryStatus) DeepCopyInto(out *RepositoryStatus) { |
nothing calls this directly
no test coverage detected