-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
wip: controller managed by a controller-runtime manager
Adds support for state-of-the world reconciliation. - Resource events grouped by GroupKind instead of GroupVersionResource - changes kind filters (e.g. subscribers) to singular form (e.g. `.Kind == "Gateway") instead of plural ("e.g. `.Resource == "gateways"`) - List of multiple events now supplied to the reconcile funcs instead of single event – this is due to snapshots of the cache updates now accumulating multiple multiple changes - Added Zap logger - New command-line flag `--reconciliation-mode state|delta` to switch between state-of-the-world vs incremental (delta) reconciliation mode – default: state Signed-off-by: Guilherme Cassolato <[email protected]>
- Loading branch information
1 parent
11a66f3
commit f5765a0
Showing
19 changed files
with
529 additions
and
189 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.