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

Method DeepCopy

api/v1/zz_generated.deepcopy.go:108–115  ·  view source on GitHub ↗

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

()

Source from the content-addressed store, hash-verified

106
107// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Backup.
108func (in *Backup) DeepCopy() *Backup {
109 if in == nil {
110 return nil
111 }
112 out := new(Backup)
113 in.DeepCopyInto(out)
114 return out
115}
116
117// DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
118func (in *Backup) DeepCopyObject() runtime.Object {

Callers 3

FlagBackupAsFailedFunction · 0.95
DeepCopyObjectMethod · 0.95

Implementers 3

pgDataCalculatorpkg/reconciler/persistentvolumeclaim/c
pgWalCalculatorpkg/reconciler/persistentvolumeclaim/c
pgTablespaceCalculatorpkg/reconciler/persistentvolumeclaim/c

Calls 1

DeepCopyIntoMethod · 0.95

Tested by

no test coverage detected