source-controller/internal/controller
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
..
testdata Move controllers to internal/controller 2023-05-03 15:35:45 +05:30
artifact.go Move controllers to internal/controller 2023-05-03 15:35:45 +05:30
artifact_matchers_test.go Move controllers to internal/controller 2023-05-03 15:35:45 +05:30
artifact_test.go Move controllers to internal/controller 2023-05-03 15:35:45 +05:30
bucket_controller.go Update controller-runtime (v0.15) and K8s (v1.27) 2023-05-24 09:05:42 +02:00
bucket_controller_fetch_test.go Move controllers to internal/controller 2023-05-03 15:35:45 +05:30
bucket_controller_test.go Update controller-runtime (v0.15) and K8s (v1.27) 2023-05-24 09:05:42 +02:00
common_test.go Move controllers to internal/controller 2023-05-03 15:35:45 +05:30
gitrepository_controller.go Update controller-runtime (v0.15) and K8s (v1.27) 2023-05-24 09:05:42 +02:00
gitrepository_controller_fuzz_test.go Move controllers to internal/controller 2023-05-03 15:35:45 +05:30
gitrepository_controller_test.go Update controller-runtime (v0.15) and K8s (v1.27) 2023-05-24 09:05:42 +02:00
helmchart_controller.go Update controller-runtime (v0.15) and K8s (v1.27) 2023-05-24 09:05:42 +02:00
helmchart_controller_test.go Update controller-runtime (v0.15) and K8s (v1.27) 2023-05-24 09:05:42 +02:00
helmrepository_controller.go Update controller-runtime (v0.15) and K8s (v1.27) 2023-05-24 09:05:42 +02:00
helmrepository_controller_oci.go Update controller-runtime (v0.15) and K8s (v1.27) 2023-05-24 09:05:42 +02:00
helmrepository_controller_oci_test.go Update controller-runtime (v0.15) and K8s (v1.27) 2023-05-24 09:05:42 +02:00
helmrepository_controller_test.go Update controller-runtime (v0.15) and K8s (v1.27) 2023-05-24 09:05:42 +02:00
ocirepository_controller.go Update controller-runtime (v0.15) and K8s (v1.27) 2023-05-24 09:05:42 +02:00
ocirepository_controller_test.go Update controller-runtime (v0.15) and K8s (v1.27) 2023-05-24 09:05:42 +02:00
source_predicate.go Move controllers to internal/controller 2023-05-03 15:35:45 +05:30
storage.go storage: set `0o744` for files with exec mode set 2023-05-12 10:11:08 +02:00
storage_test.go storage: set `0o744` for files with exec mode set 2023-05-12 10:11:08 +02:00
suite_test.go Update controller-runtime (v0.15) and K8s (v1.27) 2023-05-24 09:05:42 +02:00