Affected by GO-2022-0617
and 2 other vulnerabilities
GO-2022-0617 : WITHDRAWN: Potential proxy IP restriction bypass in Kubernetes in k8s.io/kubernetes
GO-2025-3521 : Kubernetes GitRepo Volume Inadvertent Local Repository Access in k8s.io/kubernetes
GO-2025-3547 : Kubernetes kube-apiserver Vulnerable to Race Condition in k8s.io/kubernetes
Discover Packages
k8s.io/kubernetes
pkg
util
async
package
Version:
v1.34.1
Opens a new window with list of versions in this module.
Published: Sep 9, 2025
License: Apache-2.0
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 160
Opens a new window with list of known importers.
Documentation
Documentation
¶
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.
func NewRunner(f ...func(stop chan struct{})) *Runner
NewRunner makes a runner for the given function(s). The function(s) should loop until
the channel is closed.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.