source-controller/config/rbac
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
..
bucket_editor_role.yaml Add Bucket type to API 2020-09-18 16:11:24 +03:00
bucket_viewer_role.yaml Add Bucket type to API 2020-09-18 16:11:24 +03:00
gitrepository_editor_role.yaml Change CRD domain to 'source.toolkit.fluxcd.io' 2020-07-30 21:50:46 +02:00
gitrepository_viewer_role.yaml Change CRD domain to 'source.toolkit.fluxcd.io' 2020-07-30 21:50:46 +02:00
helmchart_editor_role.yaml Change CRD domain to 'source.toolkit.fluxcd.io' 2020-07-30 21:50:46 +02:00
helmchart_viewer_role.yaml Change CRD domain to 'source.toolkit.fluxcd.io' 2020-07-30 21:50:46 +02:00
helmrepository_editor_role.yaml Change CRD domain to 'source.toolkit.fluxcd.io' 2020-07-30 21:50:46 +02:00
helmrepository_viewer_role.yaml Change CRD domain to 'source.toolkit.fluxcd.io' 2020-07-30 21:50:46 +02:00
kustomization.yaml deploy: reusable config 2020-04-24 12:17:33 +03:00
leader_election_role.yaml Upgrade controller-runtime to v0.7.0 2020-12-18 19:17:10 +01:00
leader_election_role_binding.yaml Scaffold repository controllers 2020-04-05 12:34:29 +03:00
ocirepository_editor_role.yaml Add OCIRepository kind to v1beta2 API 2022-08-02 13:07:05 +03:00
ocirepository_viewer_role.yaml Add OCIRepository kind to v1beta2 API 2022-08-02 13:07:05 +03:00
role.yaml Update controller-runtime (v0.15) and K8s (v1.27) 2023-05-24 09:05:42 +02:00
role_binding.yaml Scaffold repository controllers 2020-04-05 12:34:29 +03:00