DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new CatalogImage.
()
| 532 | |
| 533 | // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new CatalogImage. |
| 534 | func (in *CatalogImage) DeepCopy() *CatalogImage { |
| 535 | if in == nil { |
| 536 | return nil |
| 537 | } |
| 538 | out := new(CatalogImage) |
| 539 | in.DeepCopyInto(out) |
| 540 | return out |
| 541 | } |
| 542 | |
| 543 | // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. |
| 544 | func (in *CertificatesConfiguration) DeepCopyInto(out *CertificatesConfiguration) { |
nothing calls this directly
no test coverage detected