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

Method DeepCopyInto

api/v1/zz_generated.deepcopy.go:99–105  ·  view source on GitHub ↗

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

(out *Backup)

Source from the content-addressed store, hash-verified

97
98// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
99func (in *Backup) DeepCopyInto(out *Backup) {
100 *out = *in
101 out.TypeMeta = in.TypeMeta
102 in.ObjectMeta.DeepCopyInto(&out.ObjectMeta)
103 in.Spec.DeepCopyInto(&out.Spec)
104 in.Status.DeepCopyInto(&out.Status)
105}
106
107// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Backup.
108func (in *Backup) DeepCopy() *Backup {

Callers 1

DeepCopyMethod · 0.95

Implementers 3

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

Calls 1

DeepCopyIntoMethod · 0.45

Tested by

no test coverage detected