DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Cluster.
()
| 629 | |
| 630 | // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Cluster. |
| 631 | func (in *Cluster) DeepCopy() *Cluster { |
| 632 | if in == nil { |
| 633 | return nil |
| 634 | } |
| 635 | out := new(Cluster) |
| 636 | in.DeepCopyInto(out) |
| 637 | return out |
| 638 | } |
| 639 | |
| 640 | // DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object. |
| 641 | func (in *Cluster) DeepCopyObject() runtime.Object { |
no test coverage detected