DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
()
| 639 | |
| 640 | // DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object. |
| 641 | func (in *Cluster) DeepCopyObject() runtime.Object { |
| 642 | if c := in.DeepCopy(); c != nil { |
| 643 | return c |
| 644 | } |
| 645 | return nil |
| 646 | } |
| 647 | |
| 648 | // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. |
| 649 | func (in *ClusterImageCatalog) DeepCopyInto(out *ClusterImageCatalog) { |