MCPcopy Create free account
hub / github.com/cloudnative-pg/cloudnative-pg / DeepCopy

Method DeepCopy

api/v1/zz_generated.deepcopy.go:2911–2918  ·  view source on GitHub ↗

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Probe.

()

Source from the content-addressed store, hash-verified

2909
2910// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Probe.
2911func (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.
2921func (in *ProbeWithStrategy) DeepCopyInto(out *ProbeWithStrategy) {

Callers 15

getLogOptionsMethod · 0.45
SingleMethod · 0.45
sendLogsToWriterMethod · 0.45
MultipleMethod · 0.45
reconcile_test.goFile · 0.45
retry_test.goFile · 0.45
WithSourceMethod · 0.45
PatchWithOptimisticLockFunction · 0.45
job_test.goFile · 0.45

Calls 1

DeepCopyIntoMethod · 0.95

Tested by 6

LifecycleHookMethod · 0.36
DeepCopyObjectMethod · 0.36
addTablespacesFunction · 0.36
updateTablespaceOwnerFunction · 0.36
hibernateOnFunction · 0.36
hibernateOffFunction · 0.36