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

Method DeepCopy

api/v1/zz_generated.deepcopy.go:442–449  ·  view source on GitHub ↗

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

()

Source from the content-addressed store, hash-verified

440
441// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new BootstrapInitDB.
442func (in *BootstrapInitDB) DeepCopy() *BootstrapInitDB {
443 if in == nil {
444 return nil
445 }
446 out := new(BootstrapInitDB)
447 in.DeepCopyInto(out)
448 return out
449}
450
451// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
452func (in *BootstrapPgBaseBackup) DeepCopyInto(out *BootstrapPgBaseBackup) {

Callers

nothing calls this directly

Calls 1

DeepCopyIntoMethod · 0.95

Tested by

no test coverage detected