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

Method Create

testing/fixture.go:48–48  ·  view source on GitHub ↗

Create adds an object to the tracker in the specified namespace.

(gvr schema.GroupVersionResource, obj runtime.Object, ns string)

Source from the content-addressed store, hash-verified

46
47 // Create adds an object to the tracker in the specified namespace.
48 Create(gvr schema.GroupVersionResource, obj runtime.Object, ns string) error
49
50 // Update updates an existing object in the tracker in the specified namespace.
51 Update(gvr schema.GroupVersionResource, obj runtime.Object, ns string) error

Callers 8

TestWatchAddAfterStopFunction · 0.95
TestFakeClientFunction · 0.65
mainFunction · 0.65
ObjectReactionFunction · 0.65
RequestCertificateFunction · 0.65

Implementers 1

trackertesting/fixture.go

Calls

no outgoing calls

Tested by 5

TestWatchAddAfterStopFunction · 0.76
TestFakeClientFunction · 0.52