package
1.33.0-alpha.2
Repository: https://github.com/kubernetes/kubernetes.git
Documentation: pkg.go.dev

# Functions

NewBoundedFrequencyRunner creates a new BoundedFrequencyRunner instance, which will manage runs of the specified function.
NewRunner makes a runner for the given function(s).

# Structs

BoundedFrequencyRunner manages runs of a user-provided function.
Runner is an abstraction to make it easy to start and stop groups of things that can be described by a single function which waits on a channel close to exit.