Skip to content

PR #95

PR #95 #477

Triggered via dynamic December 9, 2025 03:54
Status Success
Total duration 3m 27s
Artifacts

codeql

on: dynamic
Matrix: analyze
Fit to window
Zoom out
Zoom in

Annotations

5 errors
Analyze (go)
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)
Analyze (go)
unknown field RetryOnError in struct literal of type "k8s.io/client-go/tools/cache".Config
Analyze (go)
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)
Analyze (go)
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)
Analyze (go)
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)