This repository has been archived by the owner on Aug 28, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ChildSetReconciler as a dynamic composition of ChildReconcilers (#396)
Delegates to dynamically created ChildReconcilers where the real business logic lives. Desired child resources defined by the reconciler based on the reconciled resource along with existing child resources discovered from the K8s API are combined where each is processed by a ChildReconciler. Signed-off-by: Scott Andrews <[email protected]> Co-authored-by: Bella Bai <[email protected]>
- Loading branch information
1 parent
a1db4b6
commit 632ae60
Showing
6 changed files
with
1,216 additions
and
22 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.