DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Probe.
()
| 2909 | |
| 2910 | // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Probe. |
| 2911 | func (in *Probe) DeepCopy() *Probe { |
| 2912 | if in == nil { |
| 2913 | return nil |
| 2914 | } |
| 2915 | out := new(Probe) |
| 2916 | in.DeepCopyInto(out) |
| 2917 | return out |
| 2918 | } |
| 2919 | |
| 2920 | // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. |
| 2921 | func (in *ProbeWithStrategy) DeepCopyInto(out *ProbeWithStrategy) { |