Skip to content

馃尡 Proposal for dynamic informer cache #1734

馃尡 Proposal for dynamic informer cache

馃尡 Proposal for dynamic informer cache #1734

Re-run triggered May 22, 2023 14:22
Status Failure
Total duration 4m 24s
Artifacts

golangci-lint.yml

on: pull_request
Matrix: lint
Fit to window
Zoom out
Zoom in

Annotations

10 errors
lint: pkg/cache/cache.go#L35
could not import sigs.k8s.io/controller-runtime/pkg/cache/internal (-: # sigs.k8s.io/controller-runtime/pkg/cache/internal
lint: pkg/cache/internal/informers.go#L332
cfg.DoNotBlockUntilSynced undefined (type *GetOptions has no field or method DoNotBlockUntilSynced)) (typecheck)
lint: pkg/cache/informer_cache.go#L36
cannot use &informerCache{} (value of type *informerCache) as Informers value in variable declaration: *informerCache does not implement Informers (missing method Start) (typecheck)
lint: pkg/cache/informer_cache.go#L38
cannot use &informerCache{} (value of type *informerCache) as Cache value in variable declaration: *informerCache does not implement Cache (missing method Start) (typecheck)
lint: pkg/cache/cache.go#L240
cannot use &informerCache{鈥 (value of type *informerCache) as Cache value in return statement: *informerCache does not implement Cache (missing method Start) (typecheck)
lint: pkg/cache/informer_cache.go#L186
indexFunc declared and not used (typecheck)
lint: pkg/cache/internal/cache_reader.go#L1
: # sigs.k8s.io/controller-runtime/pkg/cache/internal [sigs.k8s.io/controller-runtime/pkg/cache/internal.test]
lint: pkg/cache/internal/informers.go#L332
cfg.DoNotBlockUntilSynced undefined (type *GetOptions has no field or method DoNotBlockUntilSynced) (typecheck)
lint: pkg/manager/manager_test.go#L108
m.GetClient undefined (type Manager has no field or method GetClient) (typecheck)
lint: pkg/manager/manager_test.go#L697
m.GetConfig undefined (type Manager has no field or method GetConfig) (typecheck)