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

Method List

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

List retrieves all objects of a given kind in the given namespace. Only non-List kinds are accepted.

(gvr schema.GroupVersionResource, gvk schema.GroupVersionKind, ns string)

Source from the content-addressed store, hash-verified

53 // List retrieves all objects of a given kind in the given
54 // namespace. Only non-List kinds are accepted.
55 List(gvr schema.GroupVersionResource, gvk schema.GroupVersionKind, ns string) (runtime.Object, error)
56
57 // Delete deletes an existing object from the tracker. If object
58 // didn't exist in the tracker prior to deletion, Delete returns

Callers 1

ObjectReactionFunction · 0.65

Implementers 1

trackertesting/fixture.go

Calls

no outgoing calls

Tested by

no test coverage detected