source-controller/internal/reconcile/summarize
Hidde Beydals eeef91a4b9
Update controller-runtime (v0.15) and K8s (v1.27)
This deals with various breaking changes in controller-runtime, as
documented in the release notes:
https://github.com/kubernetes-sigs/controller-runtime/releases/tag/v0.15.0

In short:

- `Watches` now use a `client.Object` instead of a `source.Kind`.
- `handler.MapFunc` signature accepts a Go context, which is used to
  log any errors, instead of silently ignoring them and/or panicking.
- Fake clients used in tests are now configured using
  `WithStatusSubresource` to enable the correct behavior for status
  updates and patches.
- Max concurrent reconciles is configured on the manager, instead of
  configuring them per reconciler instance.
- Various manager configuration options have been moved to new
  structures and/or fields.

In addition to this, all other dependencies which had updates are
updated to their latest (compatible) versions as well.

Signed-off-by: Hidde Beydals <hidde@hhh.computer>
2023-05-24 09:05:42 +02:00
..
matchers_test.go Make generic SummarizeAndPatch() 2022-02-23 12:35:30 +01:00
processor.go Use Flux Event API v1beta1 2022-11-09 11:06:23 +02:00
processor_test.go Make generic SummarizeAndPatch() 2022-02-23 12:35:30 +01:00
summary.go reconcile: Add support for progressive status 2023-01-10 00:30:40 +05:30
summary_test.go Update controller-runtime (v0.15) and K8s (v1.27) 2023-05-24 09:05:42 +02:00