DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
(out *Cluster)
| 620 | |
| 621 | // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. |
| 622 | func (in *Cluster) DeepCopyInto(out *Cluster) { |
| 623 | *out = *in |
| 624 | out.TypeMeta = in.TypeMeta |
| 625 | in.ObjectMeta.DeepCopyInto(&out.ObjectMeta) |
| 626 | in.Spec.DeepCopyInto(&out.Spec) |
| 627 | in.Status.DeepCopyInto(&out.Status) |
| 628 | } |
| 629 | |
| 630 | // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Cluster. |
| 631 | func (in *Cluster) DeepCopy() *Cluster { |