Merge pull request #133572 from HadrienPatte/ctx

Update `sharedInformerFactoryInterface` context initialization example

Kubernetes-commit: 9700dcde33f745cad8d53a583d1705bf9b1c7df1
This commit is contained in:
Kubernetes Publisher
2025-08-27 21:39:24 -07:00
3 changed files with 7 additions and 7 deletions
+2 -2
View File
@@ -10,8 +10,8 @@ require (
golang.org/x/time v0.9.0
k8s.io/api v0.0.0-20250828034831-a2bc45aa612a
k8s.io/apimachinery v0.0.0-20250828034517-c9de3735ccce
k8s.io/client-go v0.0.0-20250828035317-bccbbb3816a6
k8s.io/code-generator v0.0.0-20250828040325-23126097aee7
k8s.io/client-go v0.0.0-20250828075143-9d1c3580ed26
k8s.io/code-generator v0.0.0-20250828075556-1fe13b901cc4
k8s.io/klog/v2 v2.130.1
k8s.io/utils v0.0.0-20250604170112-4c0f3b243397
)