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

Method DeepCopyObject

api/v1/zz_generated.deepcopy.go:118–123  ·  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

116
117// DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
118func (in *Backup) DeepCopyObject() runtime.Object {
119 if c := in.DeepCopy(); c != nil {
120 return c
121 }
122 return nil
123}
124
125// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
126func (in *BackupConfiguration) DeepCopyInto(out *BackupConfiguration) {

Callers 1

ExecuteMethod · 0.45

Implementers 3

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

Calls 1

DeepCopyMethod · 0.95

Tested by

no test coverage detected