-
Notifications
You must be signed in to change notification settings - Fork 219
feat: multi cluster InformerEventSource
support
#2495
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Closed
Conversation
This file contains hidden or 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
Signed-off-by: Attila Mészáros <csviri@gmail.com>
Signed-off-by: Attila Mészáros <csviri@gmail.com>
Signed-off-by: Attila Mészáros <csviri@gmail.com>
Signed-off-by: Attila Mészáros <csviri@gmail.com>
Signed-off-by: Attila Mészáros <csviri@gmail.com>
Signed-off-by: Attila Mészáros <csviri@gmail.com>
Signed-off-by: Attila Mészáros <csviri@gmail.com>
Signed-off-by: Chris Laprun <claprun@redhat.com> Signed-off-by: Attila Mészáros <csviri@gmail.com>
* feat: move name is directly to dependent resource - use this name when throwing aggregate exception Signed-off-by: Attila Mészáros <csviri@gmail.com> * refactor to use a dedicated interface for setting the name Signed-off-by: Attila Mészáros <csviri@gmail.com> * refactor: add default implementation for name() (#2255) Signed-off-by: Chris Laprun <claprun@redhat.com> Signed-off-by: Attila Mészáros <csviri@gmail.com> --------- Signed-off-by: Attila Mészáros <csviri@gmail.com> Signed-off-by: Chris Laprun <claprun@redhat.com> Co-authored-by: Chris Laprun <metacosm@users.noreply.github.com> Signed-off-by: Attila Mészáros <csviri@gmail.com>
Signed-off-by: Attila Mészáros <csviri@gmail.com>
Signed-off-by: Attila Mészáros <csviri@gmail.com>
Signed-off-by: Attila Mészáros <csviri@gmail.com>
Signed-off-by: Attila Mészáros <csviri@gmail.com>
Signed-off-by: Attila Mészáros <csviri@gmail.com>
Signed-off-by: Attila Mészáros <csviri@gmail.com>
Signed-off-by: Attila Mészáros <csviri@gmail.com> Signed-off-by: Chris Laprun <claprun@redhat.com> Co-authored-by: Chris Laprun <claprun@redhat.com> Signed-off-by: Attila Mészáros <csviri@gmail.com>
Signed-off-by: Chris Laprun <claprun@redhat.com> Signed-off-by: Attila Mészáros <csviri@gmail.com>
Signed-off-by: Attila Mészáros <csviri@gmail.com> Signed-off-by: Attila Mészáros <csviri@gmail.com>
Signed-off-by: Attila Mészáros <csviri@gmail.com>
Signed-off-by: Attila Mészáros <csviri@gmail.com> Signed-off-by: Attila Mészáros <csviri@gmail.com>
Signed-off-by: Chris Laprun <claprun@redhat.com> Signed-off-by: Attila Mészáros <csviri@gmail.com>
Signed-off-by: Attila Mészáros <csviri@gmail.com>
…2308) Signed-off-by: Chris Laprun <claprun@redhat.com> Signed-off-by: Attila Mészáros <csviri@gmail.com>
Signed-off-by: Attila Mészáros <csviri@gmail.com>
Signed-off-by: Attila Mészáros <csviri@gmail.com>
…ed (#2297) Signed-off-by: Chris Laprun <claprun@redhat.com> Signed-off-by: Attila Mészáros <csviri@gmail.com>
Signed-off-by: Attila Mészáros <csviri@gmail.com>
Signed-off-by: Attila Mészáros <csviri@gmail.com> Signed-off-by: Attila Mészáros <csviri@gmail.com>
Signed-off-by: Chris Laprun <claprun@redhat.com>
Signed-off-by: Attila Mészáros <csviri@gmail.com>
…2451) The class resolving mechanism is only needed in that class right now Signed-off-by: Chris Laprun <claprun@redhat.com>
Signed-off-by: Attila Mészáros <csviri@gmail.com> Co-authored-by: Chris Laprun <claprun@redhat.com>
Signed-off-by: Attila Mészáros <csviri@gmail.com>
…ndition (#2454) Signed-off-by: Attila Mészáros <csviri@gmail.com>
Signed-off-by: Chris Laprun <claprun@redhat.com>
#2455) * feat: move controller informer-related configuration to InformerConfig Signed-off-by: Chris Laprun <claprun@redhat.com> * refactor: start isolating ResourceConfiguration Signed-off-by: Chris Laprun <claprun@redhat.com> * fix: initFromAnnotation now properly inits the current instance Signed-off-by: Chris Laprun <claprun@redhat.com> * fix: default onDeleteFilter implementation Signed-off-by: Chris Laprun <claprun@redhat.com> * fix: properly set default namespaces in controller case Signed-off-by: Chris Laprun <claprun@redhat.com> * refactor: remove KubernetesDependentInformerConfigBuilder Signed-off-by: Chris Laprun <claprun@redhat.com> * refactor: use InformerConfigHolder in more places, unifying handling Signed-off-by: Chris Laprun <claprun@redhat.com> * fix: properly propagate name to informer config Signed-off-by: Chris Laprun <claprun@redhat.com> * feat: add factory method to init builder from an extising configuation Signed-off-by: Chris Laprun <claprun@redhat.com> * fix: remove potentially problematic default implementation Signed-off-by: Chris Laprun <claprun@redhat.com> --------- Signed-off-by: Chris Laprun <claprun@redhat.com>
Fixes #2424. --------- Signed-off-by: Attila Mészáros <csviri@gmail.com> Signed-off-by: Chris Laprun <claprun@redhat.com> Co-authored-by: Attila Mészáros <csviri@gmail.com> Signed-off-by: Chris Laprun <claprun@redhat.com>
--------- Signed-off-by: 10000-ki <10000ki6472@gmail.com>
… based on type (#2483) * refactor: integration tests moved to feature packages and sub packages pased on type Signed-off-by: Attila Mészáros <a_meszaros@apple.com> * fix resource paths Signed-off-by: Attila Mészáros <a_meszaros@apple.com> * fixes Signed-off-by: Attila Mészáros <a_meszaros@apple.com> * link and test fixes Signed-off-by: Attila Mészáros <a_meszaros@apple.com> * format Signed-off-by: Attila Mészáros <a_meszaros@apple.com> * wip Signed-off-by: Attila Mészáros <a_meszaros@apple.com> * old service Signed-off-by: Attila Mészáros <a_meszaros@apple.com> * test fix Signed-off-by: Attila Mészáros <a_meszaros@apple.com> * refactor: remove unneeded classes Signed-off-by: Chris Laprun <claprun@redhat.com> * fix: typo in package name Signed-off-by: Chris Laprun <claprun@redhat.com> --------- Signed-off-by: Attila Mészáros <a_meszaros@apple.com> Signed-off-by: Chris Laprun <claprun@redhat.com> Co-authored-by: Chris Laprun <claprun@redhat.com>
* chore: set version to 5.0.0-SNAPSHOT (#2200) Signed-off-by: Attila Mészáros <csviri@gmail.com> * improve: replace current formatting plugins with spotless plugin (#2302) Signed-off-by: Attila Mészáros <csviri@gmail.com> * fix: format after rebase Signed-off-by: Attila Mészáros <csviri@gmail.com> * bump: chore use slf4j v2 (#2406) Signed-off-by: Attila Mészáros <csviri@gmail.com> * feat: allow returning additional information from conditions (#2426) Fixes #2424. --------- Signed-off-by: Attila Mészáros <csviri@gmail.com> Signed-off-by: Chris Laprun <claprun@redhat.com> Co-authored-by: Attila Mészáros <csviri@gmail.com> Signed-off-by: Chris Laprun <claprun@redhat.com> * refactor: move @InformerConfig to more appropriate package Signed-off-by: Chris Laprun <claprun@redhat.com> * refactor: move InformerConfigHolder to appropriate package Signed-off-by: Chris Laprun <claprun@redhat.com> * chore: remove unneeded code & dependencies Signed-off-by: Chris Laprun <claprun@redhat.com> * refactor: InformerConfiguration to InformerEventSourceConfiguration Signed-off-by: Chris Laprun <claprun@redhat.com> * refactor: rename inner InformerConfigurationBuilder to simply Builder Signed-off-by: Chris Laprun <claprun@redhat.com> * refactor: rename InformerConfig and associated field to Informer Signed-off-by: Chris Laprun <claprun@redhat.com> * refactor: rename InformerConfigHolder to InformerConfiguration Signed-off-by: Chris Laprun <claprun@redhat.com> --------- Signed-off-by: Attila Mészáros <csviri@gmail.com> Signed-off-by: Chris Laprun <claprun@redhat.com> Co-authored-by: Attila Mészáros <csviri@gmail.com>
Signed-off-by: Attila Mészáros <a_meszaros@apple.com>
replaced by: #2499 |
Should we delete this branch? |
deleted. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
do-not-merge/work-in-progress
Indicates that a PR should not merge because it is a work in progress.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.