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

Method Add

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

Add adds an object to the tracker. If object being added is a list, its items are added separately.

(obj runtime.Object)

Source from the content-addressed store, hash-verified

40 // Add adds an object to the tracker. If object being added
41 // is a list, its items are added separately.
42 Add(obj runtime.Object) error
43
44 // Get retrieves the object by its kind, namespace and name.
45 Get(gvr schema.GroupVersionResource, ns, name string) (runtime.Object, error)

Callers 4

NewSimpleClientsetFunction · 0.95
NewSimpleDynamicClientFunction · 0.95
addMethod · 0.65

Implementers 1

trackertesting/fixture.go

Calls

no outgoing calls

Tested by 1