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

Method DeepCopyInto

api/v1/zz_generated.deepcopy.go:622–628  ·  view source on GitHub ↗

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

(out *Cluster)

Source from the content-addressed store, hash-verified

620
621// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
622func (in *Cluster) DeepCopyInto(out *Cluster) {
623 *out = *in
624 out.TypeMeta = in.TypeMeta
625 in.ObjectMeta.DeepCopyInto(&out.ObjectMeta)
626 in.Spec.DeepCopyInto(&out.Spec)
627 in.Status.DeepCopyInto(&out.Status)
628}
629
630// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Cluster.
631func (in *Cluster) DeepCopy() *Cluster {

Callers 1

DeepCopyMethod · 0.95

Calls 1

DeepCopyIntoMethod · 0.45

Tested by

no test coverage detected