DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
(out *Probe)
| 2899 | |
| 2900 | // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. |
| 2901 | func (in *Probe) DeepCopyInto(out *Probe) { |
| 2902 | *out = *in |
| 2903 | if in.TerminationGracePeriodSeconds != nil { |
| 2904 | in, out := &in.TerminationGracePeriodSeconds, &out.TerminationGracePeriodSeconds |
| 2905 | *out = new(int64) |
| 2906 | **out = **in |
| 2907 | } |
| 2908 | } |
| 2909 | |
| 2910 | // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Probe. |
| 2911 | func (in *Probe) DeepCopy() *Probe { |
no outgoing calls
no test coverage detected