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

Method DeepCopyObject

api/v1/zz_generated.deepcopy.go:175–180  ·  view source on GitHub ↗

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

()

Source from the content-addressed store, hash-verified

173
174// DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
175func (in *BackupList) DeepCopyObject() runtime.Object {
176 if c := in.DeepCopy(); c != nil {
177 return c
178 }
179 return nil
180}
181
182// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
183func (in *BackupPluginConfiguration) DeepCopyInto(out *BackupPluginConfiguration) {

Callers

nothing calls this directly

Calls 1

DeepCopyMethod · 0.95

Tested by

no test coverage detected