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

Method Get

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

Get retrieves the object by its kind, namespace and name.

(gvr schema.GroupVersionResource, ns, name string)

Source from the content-addressed store, hash-verified

43
44 // Get retrieves the object by its kind, namespace and name.
45 Get(gvr schema.GroupVersionResource, ns, name string) (runtime.Object, error)
46
47 // Create adds an object to the tracker in the specified namespace.
48 Create(gvr schema.GroupVersionResource, obj runtime.Object, ns string) error

Callers 1

ObjectReactionFunction · 0.65

Implementers 1

trackertesting/fixture.go

Calls

no outgoing calls

Tested by

no test coverage detected