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

Function NewNamedDelayingQueue

util/workqueue/delaying_queue.go:41–43  ·  view source on GitHub ↗
(name string)

Source from the content-addressed store, hash-verified

39}
40
41func NewNamedDelayingQueue(name string) DelayingInterface {
42 return newDelayingQueue(clock.RealClock{}, name)
43}
44
45func newDelayingQueue(clock clock.Clock, name string) DelayingInterface {
46 ret := &delayingType{

Callers 1

Calls 1

newDelayingQueueFunction · 0.85

Tested by

no test coverage detected