DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
(out *CatalogImage)
| 520 | |
| 521 | // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. |
| 522 | func (in *CatalogImage) DeepCopyInto(out *CatalogImage) { |
| 523 | *out = *in |
| 524 | if in.Extensions != nil { |
| 525 | in, out := &in.Extensions, &out.Extensions |
| 526 | *out = make([]ExtensionConfiguration, len(*in)) |
| 527 | for i := range *in { |
| 528 | (*in)[i].DeepCopyInto(&(*out)[i]) |
| 529 | } |
| 530 | } |
| 531 | } |
| 532 | |
| 533 | // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new CatalogImage. |
| 534 | func (in *CatalogImage) DeepCopy() *CatalogImage { |