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

Method DeepCopy

api/v1/zz_generated.deepcopy.go:534–541  ·  view source on GitHub ↗

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

()

Source from the content-addressed store, hash-verified

532
533// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new CatalogImage.
534func (in *CatalogImage) DeepCopy() *CatalogImage {
535 if in == nil {
536 return nil
537 }
538 out := new(CatalogImage)
539 in.DeepCopyInto(out)
540 return out
541}
542
543// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
544func (in *CertificatesConfiguration) DeepCopyInto(out *CertificatesConfiguration) {

Callers

nothing calls this directly

Calls 1

DeepCopyIntoMethod · 0.95

Tested by

no test coverage detected