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

Method Forget

util/workqueue/default_rate_limiters.go:32–32  ·  view source on GitHub ↗

Forget indicates that an item is finished being retried. Doesn't matter whether its for perm failing or for success, we'll stop tracking it

(item interface{})

Source from the content-addressed store, hash-verified

30 // Forget indicates that an item is finished being retried. Doesn't matter whether its for perm failing
31 // or for success, we'll stop tracking it
32 Forget(item interface{})
33 // NumRequeues returns back how many failures the item has had
34 NumRequeues(item interface{}) int
35}

Callers 3

handleErrMethod · 0.65
TestRateLimitingQueueFunction · 0.65
ForgetMethod · 0.65

Calls

no outgoing calls

Tested by 1

TestRateLimitingQueueFunction · 0.52