pkg/controller
Dave Protasowski accfe36491
Satisfy linter (#3132)
* drop deprecated linter

* fix uint64=>int64 overflow

* fix unnecessary fmt.Sprintf

* ignore false positive fatcontext

* fix integer overflows

* update golangci-lint config - properly was moved

* fix formatting calls

* use new integer range syntax

* adjust nolint comments

* stop using deprecated k8s types
2025-01-10 15:06:18 +00:00
..
testing Add tags to knative provided reconcile metrics (#1916) 2020-11-24 12:42:35 -08:00
OWNERS update OWNERS files to use teams with active members (#2672) 2023-02-06 16:58:45 +00:00
controller.go Satisfy linter (#3132) 2025-01-10 15:06:18 +00:00
controller_test.go Satisfy linter (#3132) 2025-01-10 15:06:18 +00:00
helper.go Avoid copying object if TypeMeta is already correct. (#1561) 2020-07-28 00:09:58 -07:00
helper_test.go v2 (#1754) 2020-09-29 13:18:29 -07:00
options.go Allow reconcilers to listen to leader promotion events (#2688) 2023-02-22 15:02:28 +00:00
stats_reporter.go gofumpt the repo (#3067) 2024-06-25 07:27:07 +00:00
stats_reporter_test.go Add tags to knative provided reconcile metrics (#1916) 2020-11-24 12:42:35 -08:00
two_lane_queue.go Satisfy linter (#3132) 2025-01-10 15:06:18 +00:00
two_lane_queue_test.go Satisfy linter (#3132) 2025-01-10 15:06:18 +00:00