MCPcopy
hub / github.com/kubernetes/client-go / DeepCopy

Method DeepCopy

testing/actions.go:363–363  ·  view source on GitHub ↗

DeepCopy is used to copy an action to avoid any risk of accidental mutation. Most people never need to call this because the invocation logic deep copies before calls to storage and reactors.

()

Source from the content-addressed store, hash-verified

361 // DeepCopy is used to copy an action to avoid any risk of accidental mutation. Most people never need to call this
362 // because the invocation logic deep copies before calls to storage and reactors.
363 DeepCopy() Action
364}
365
366type GenericAction interface {

Callers 15

TestMultiIndexKeysFunction · 0.65
TestEventSeriesfFunction · 0.65
TestFinishSeriesFunction · 0.65
recordToSinkMethod · 0.65
TestNewInformerWatcherFunction · 0.65
DeepCopyIntoMethod · 0.65
DeepCopyIntoMethod · 0.65
DeepCopyIntoMethod · 0.65
InvokesMethod · 0.65
InvokesWatchMethod · 0.65
InvokesProxyMethod · 0.65

Implementers 1

ActionImpltesting/actions.go

Calls

no outgoing calls

Tested by 4

TestMultiIndexKeysFunction · 0.52
TestEventSeriesfFunction · 0.52
TestFinishSeriesFunction · 0.52
TestNewInformerWatcherFunction · 0.52