Bump sigs.k8s.io/controller-runtime from 0.16.3 to 0.17.0 #312
Annotations
11 errors
test
cannot use &aggregator{} (value of type *aggregator) as "sigs.k8s.io/controller-runtime/pkg/cache".Cache value in variable declaration: *aggregator does not implement "sigs.k8s.io/controller-runtime/pkg/cache".Cache (missing method RemoveInformer)
|
test
cannot use &aggregator{…} (value of type *aggregator) as "sigs.k8s.io/controller-runtime/pkg/cache".Cache value in return statement: *aggregator does not implement "sigs.k8s.io/controller-runtime/pkg/cache".Cache (missing method RemoveInformer)
|
test
cannot use &singleObject{} (value of type *singleObject) as "sigs.k8s.io/controller-runtime/pkg/cache".Cache value in variable declaration: *singleObject does not implement "sigs.k8s.io/controller-runtime/pkg/cache".Cache (missing method RemoveInformer)
|
test
cannot use &singleObject{…} (value of type *singleObject) as "sigs.k8s.io/controller-runtime/pkg/cache".Cache value in return statement: *singleObject does not implement "sigs.k8s.io/controller-runtime/pkg/cache".Cache (missing method RemoveInformer)
|
test
Process completed with exit code 2.
|
coverage
cannot use &aggregator{} (value of type *aggregator) as "sigs.k8s.io/controller-runtime/pkg/cache".Cache value in variable declaration: *aggregator does not implement "sigs.k8s.io/controller-runtime/pkg/cache".Cache (missing method RemoveInformer)
|
coverage
cannot use &aggregator{…} (value of type *aggregator) as "sigs.k8s.io/controller-runtime/pkg/cache".Cache value in return statement: *aggregator does not implement "sigs.k8s.io/controller-runtime/pkg/cache".Cache (missing method RemoveInformer)
|
coverage
cannot use &singleObject{} (value of type *singleObject) as "sigs.k8s.io/controller-runtime/pkg/cache".Cache value in variable declaration: *singleObject does not implement "sigs.k8s.io/controller-runtime/pkg/cache".Cache (missing method RemoveInformer)
|
coverage
cannot use &singleObject{…} (value of type *singleObject) as "sigs.k8s.io/controller-runtime/pkg/cache".Cache value in return statement: *singleObject does not implement "sigs.k8s.io/controller-runtime/pkg/cache".Cache (missing method RemoveInformer)
|
coverage
Process completed with exit code 2.
|
lint
golangci-lint exit with code 3
|