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

Method Delete

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

Delete deletes an existing object from the tracker. If object didn't exist in the tracker prior to deletion, Delete returns no error.

(gvr schema.GroupVersionResource, ns, name string)

Source from the content-addressed store, hash-verified

58 // didn't exist in the tracker prior to deletion, Delete returns
59 // no error.
60 Delete(gvr schema.GroupVersionResource, ns, name string) error
61
62 // Watch watches objects from the tracker. Watch returns a channel
63 // which will push added / modified / deleted object.

Callers 4

ObjectReactionFunction · 0.65
DeleteMethod · 0.65

Implementers 1

trackertesting/fixture.go

Calls

no outgoing calls

Tested by 2