This repository was archived by the owner on Aug 28, 2025. It is now read-only.
fix(deps): update kubernetes packages to v0.34.0 #1165
Annotations
6 errors
Test task
Process completed with exit code 201.
|
Test task
cannot use &dummyController{…} (value of type *dummyController) as "k8s.io/client-go/tools/cache".Controller value in return statement: *dummyController does not implement "k8s.io/client-go/tools/cache".Controller (missing method RunWithContext)
|
Test task
unknown field RetryOnError in struct literal of type "k8s.io/client-go/tools/cache".Config
|
Test task
cannot use newScopedSharedIndexInformerWithContext(ctx, s, cluster) (value of type *scopedSharedIndexInformer) as "k8s.io/client-go/tools/cache".SharedIndexInformer value in return statement: *scopedSharedIndexInformer does not implement "k8s.io/client-go/tools/cache".SharedIndexInformer (missing method AddEventHandlerWithOptions)
|
Test task
cannot use newScopedSharedIndexInformer(s, cluster) (value of type *scopedSharedIndexInformer) as "k8s.io/client-go/tools/cache".SharedIndexInformer value in return statement: *scopedSharedIndexInformer does not implement "k8s.io/client-go/tools/cache".SharedIndexInformer (missing method AddEventHandlerWithOptions)
|
Test task
cannot use sharedIndexInformer (variable of type *sharedIndexInformer) as "github.com/kcp-dev/apimachinery/v2/pkg/cache".ScopeableSharedIndexInformer value in return statement: *sharedIndexInformer does not implement "github.com/kcp-dev/apimachinery/v2/pkg/cache".ScopeableSharedIndexInformer (missing method AddEventHandlerWithOptions)
|
Loading