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

Method DeepCopy

api/v1/zz_generated.deepcopy.go:347–354  ·  view source on GitHub ↗

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

()

Source from the content-addressed store, hash-verified

345
346// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new BackupStatus.
347func (in *BackupStatus) DeepCopy() *BackupStatus {
348 if in == nil {
349 return nil
350 }
351 out := new(BackupStatus)
352 in.DeepCopyInto(out)
353 return out
354}
355
356// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
357func (in *BootstrapConfiguration) DeepCopyInto(out *BootstrapConfiguration) {

Callers

nothing calls this directly

Calls 1

DeepCopyIntoMethod · 0.95

Tested by

no test coverage detected