mirror of
https://github.com/kubernetes/sample-controller.git
synced 2026-06-07 00:05:04 +08:00
Merge pull request #130489 from p0lyn0mial/upstream-fake-client-pass-opts
client-gen/fake: pass ListOptions to Watch method Kubernetes-commit: ea49618a749b84c3cb5bd781380891eb51289950
This commit is contained in:
@@ -8,10 +8,10 @@ godebug default=go1.24
|
||||
|
||||
require (
|
||||
golang.org/x/time v0.7.0
|
||||
k8s.io/api v0.0.0-20250302000304-d98e88306c64
|
||||
k8s.io/apimachinery v0.0.0-20250303192542-9dca0b5e166d
|
||||
k8s.io/client-go v0.0.0-20250302000636-ec8a292223d9
|
||||
k8s.io/code-generator v0.0.0-20250303214338-e85ab91c4bf6
|
||||
k8s.io/api v0.0.0-20250307053018-84fcd81bee60
|
||||
k8s.io/apimachinery v0.0.0-20250306085752-a3f7d4eded06
|
||||
k8s.io/client-go v0.0.0-20250307173338-d5f336d4f511
|
||||
k8s.io/code-generator v0.0.0-20250307173940-001bab2adc8c
|
||||
k8s.io/klog/v2 v2.130.1
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user