mirror of
https://github.com/kubernetes/sample-controller.git
synced 2026-05-19 00:00:14 +08:00
Merge pull request #124600 from alvaroaleman/typed-wq
Use the generic/typed workqueue throughout Kubernetes-commit: 1dc30bf90fd6a729d226b4e942118110b0a73e65
This commit is contained in:
@@ -6,10 +6,10 @@ go 1.22.0
|
||||
|
||||
require (
|
||||
golang.org/x/time v0.3.0
|
||||
k8s.io/api v0.0.0-20240430013428-7c9431b5bb76
|
||||
k8s.io/apimachinery v0.0.0-20240429213236-d5c9711b77ee
|
||||
k8s.io/client-go v0.0.0-20240429213655-049f23164924
|
||||
k8s.io/code-generator v0.0.0-20240429214222-de98b55e3b8c
|
||||
k8s.io/api v0.0.0-20240506162732-aa3ed7cd8078
|
||||
k8s.io/apimachinery v0.0.0-20240503202409-c9c3e94f52f0
|
||||
k8s.io/client-go v0.0.0-20240507003106-4ebe42d8c9c1
|
||||
k8s.io/code-generator v0.0.0-20240504163210-12b975c79081
|
||||
k8s.io/klog/v2 v2.120.1
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user