package
1.3.0-alpha.3
Repository: https://github.com/icedroid/kubernetes.git
Documentation: pkg.go.dev

# Functions

New constructs a new workqueue (see the package comment).
NewDelayingQueue constructs a new workqueue with delayed queuing ability.
Parallelize is a very simple framework that allow for parallelizing N independent pieces of work.

# Structs

Type is a work queue (see the package comment).

# Interfaces

DelayingInterface is an Interface that can Add an item at a later time.
No description provided by the author

# Type aliases

No description provided by the author