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

Method DeepCopyObject

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

639
640// DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
641func (in *Cluster) DeepCopyObject() runtime.Object {
642 if c := in.DeepCopy(); c != nil {
643 return c
644 }
645 return nil
646}
647
648// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
649func (in *ClusterImageCatalog) DeepCopyInto(out *ClusterImageCatalog) {

Callers

nothing calls this directly

Calls 1

DeepCopyMethod · 0.95

Tested by

no test coverage detected