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

Method DeepCopy

api/v1/zz_generated.deepcopy.go:282–289  ·  view source on GitHub ↗

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

()

Source from the content-addressed store, hash-verified

280
281// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new BackupSpec.
282func (in *BackupSpec) DeepCopy() *BackupSpec {
283 if in == nil {
284 return nil
285 }
286 out := new(BackupSpec)
287 in.DeepCopyInto(out)
288 return out
289}
290
291// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
292func (in *BackupStatus) DeepCopyInto(out *BackupStatus) {

Callers

nothing calls this directly

Calls 1

DeepCopyIntoMethod · 0.95

Tested by

no test coverage detected