Skip to content
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

feat: multi cluster InformerEventSource support #2495

Closed
wants to merge 72 commits into from

Commits on Aug 8, 2024

  1. chore: set version to 5.0.0-SNAPSHOT (#2200)

    Signed-off-by: Attila Mészáros <[email protected]>
    csviri committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    de1ba28 View commit details
    Browse the repository at this point in the history
  2. improve: java version minimal 11, tested on 21 (#2207)

    Signed-off-by: Attila Mészáros <[email protected]>
    csviri committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    82e4632 View commit details
    Browse the repository at this point in the history
  3. improve: remove deprecated EventFilter (#2208)

    Signed-off-by: Attila Mészáros <[email protected]>
    csviri committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    30e233c View commit details
    Browse the repository at this point in the history
  4. docs: 5.0 migration guide skeleton (#2210)

    Signed-off-by: Attila Mészáros <[email protected]>
    csviri committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    8ff4cee View commit details
    Browse the repository at this point in the history
  5. improve: managed dependent reconciliation results not optional (#2212)

    Signed-off-by: Attila Mészáros <[email protected]>
    csviri committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    77a3eee View commit details
    Browse the repository at this point in the history
  6. improve: remove deprecated RetryConfiguration (#2211)

    Signed-off-by: Attila Mészáros <[email protected]>
    csviri committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    15c2661 View commit details
    Browse the repository at this point in the history
  7. feat: JDK client is now the default (#2235)

    Signed-off-by: Attila Mészáros <[email protected]>
    csviri committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    32f4c3a View commit details
    Browse the repository at this point in the history
  8. fix: update SCM information (#2237)

    Signed-off-by: Chris Laprun <[email protected]>
    Signed-off-by: Attila Mészáros <[email protected]>
    metacosm authored and csviri committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    affdd07 View commit details
    Browse the repository at this point in the history
  9. feat: move name is directly to dependent resource (#2250)

    * feat: move name is directly to dependent resource
    
    - use this name when throwing aggregate exception
    
    Signed-off-by: Attila Mészáros <[email protected]>
    
    * refactor to use a dedicated interface for setting the name
    
    Signed-off-by: Attila Mészáros <[email protected]>
    
    * refactor: add default implementation for name() (#2255)
    
    Signed-off-by: Chris Laprun <[email protected]>
    Signed-off-by: Attila Mészáros <[email protected]>
    
    ---------
    
    Signed-off-by: Attila Mészáros <[email protected]>
    Signed-off-by: Chris Laprun <[email protected]>
    Co-authored-by: Chris Laprun <[email protected]>
    Signed-off-by: Attila Mészáros <[email protected]>
    csviri and metacosm committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    128499a View commit details
    Browse the repository at this point in the history
  10. format

    Signed-off-by: Attila Mészáros <[email protected]>
    csviri committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    af9311a View commit details
    Browse the repository at this point in the history
  11. fix: test after rebase on master (#2270)

    Signed-off-by: Attila Mészáros <[email protected]>
    csviri committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    5ca2afa View commit details
    Browse the repository at this point in the history
  12. feat: use java 17 as baseline (#2271)

    Signed-off-by: Attila Mészáros <[email protected]>
    csviri committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    c3ce02e View commit details
    Browse the repository at this point in the history
  13. improve: matcher always considers metadata (#2273)

    Signed-off-by: Attila Mészáros <[email protected]>
    csviri committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    c5a7a77 View commit details
    Browse the repository at this point in the history
  14. feat: API to check if next reconciliation is imminent (#2272)

    Signed-off-by: Attila Mészáros <[email protected]>
    csviri committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    5ab13d4 View commit details
    Browse the repository at this point in the history
  15. feat: Workflow extracted to a separate annotation (#2274)

    Signed-off-by: Attila Mészáros <[email protected]>
    csviri committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    3794bea View commit details
    Browse the repository at this point in the history
  16. fix: pom properties cleanup (#2280)

    Signed-off-by: Attila Mészáros <[email protected]>
    csviri committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    4138c9c View commit details
    Browse the repository at this point in the history
  17. improve: remove EventSourceInitializer (#2257)

    Signed-off-by: Attila Mészáros <[email protected]>
    Signed-off-by: Chris Laprun <[email protected]>
    Co-authored-by: Chris Laprun <[email protected]>
    Signed-off-by: Attila Mészáros <[email protected]>
    csviri and metacosm committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    658f3f6 View commit details
    Browse the repository at this point in the history
  18. refactor: make loadFromProperties private (#2287)

    Signed-off-by: Chris Laprun <[email protected]>
    Signed-off-by: Attila Mészáros <[email protected]>
    metacosm authored and csviri committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    ab5a827 View commit details
    Browse the repository at this point in the history
  19. feat: distinguish resources based on desired state (#2252)

    Signed-off-by: Attila Mészáros <[email protected]>
    Signed-off-by: Attila Mészáros <[email protected]>
    csviri committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    6e4cf34 View commit details
    Browse the repository at this point in the history
  20. feat: explicit workflow invocation (#2289)

    Signed-off-by: Attila Mészáros <[email protected]>
    csviri committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    c0d687b View commit details
    Browse the repository at this point in the history
  21. feat: use ssa for status update by default from UpdateControl (#2278)

    Signed-off-by: Attila Mészáros <[email protected]>
    Signed-off-by: Attila Mészáros <[email protected]>
    csviri committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    8e6a18e View commit details
    Browse the repository at this point in the history
  22. refactor: make WorkflowSpec an interface (#2300)

    Signed-off-by: Chris Laprun <[email protected]>
    Signed-off-by: Attila Mészáros <[email protected]>
    metacosm authored and csviri committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    7cb4302 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    6108f9b View commit details
    Browse the repository at this point in the history
  24. refactor: make ManagedWorkflowSupport public to be able to reuse it (#…

    …2308)
    
    Signed-off-by: Chris Laprun <[email protected]>
    Signed-off-by: Attila Mészáros <[email protected]>
    metacosm authored and csviri committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    5d4e9fc View commit details
    Browse the repository at this point in the history
  25. fix: package fix leader election sample (#2303)

    Signed-off-by: Attila Mészáros <[email protected]>
    csviri committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    67b3b31 View commit details
    Browse the repository at this point in the history
  26. feat: remove resource discriminator (#2299)

    Signed-off-by: Attila Mészáros <[email protected]>
    csviri committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    1edfc8c View commit details
    Browse the repository at this point in the history
  27. refactor: remove deprecated getTerminationTimeoutSeconds and associat…

    …ed (#2297)
    
    Signed-off-by: Chris Laprun <[email protected]>
    Signed-off-by: Attila Mészáros <[email protected]>
    metacosm authored and csviri committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    c083dd4 View commit details
    Browse the repository at this point in the history
  28. improve: additional logging to mysql schema e2e test (#2320)

    Signed-off-by: Attila Mészáros <[email protected]>
    csviri committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    41dc0f6 View commit details
    Browse the repository at this point in the history
  29. feat: handle clustered resource on secondary to primary mapper init (#…

    …2321)
    
    Fixes #2311
    
    Overriding getPrimaryResourceType should allow to make things work even
    in deeper hierarchies.
    
    Signed-off-by: Chris Laprun <[email protected]>
    Signed-off-by: Attila Mészáros <[email protected]>
    metacosm authored and csviri committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    170774d View commit details
    Browse the repository at this point in the history
  30. feat: using SSA for finalizer and primary patch (#2305)

    Signed-off-by: Attila Mészáros <[email protected]>
    Signed-off-by: Attila Mészáros <[email protected]>
    csviri committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    d8e2636 View commit details
    Browse the repository at this point in the history
  31. fix: error with java docs validation (#2336)

    Signed-off-by: Attila Mészáros <[email protected]>
    csviri committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    672d6d8 View commit details
    Browse the repository at this point in the history
  32. fix: format after rebase

    Signed-off-by: Attila Mészáros <[email protected]>
    csviri committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    8d92f3d View commit details
    Browse the repository at this point in the history
  33. fix: remove now unneeded okhttp dependency override, wrong comment (#…

    …2331)
    
    Signed-off-by: Chris Laprun <[email protected]>
    Co-authored-by: Attila Mészáros <[email protected]>
    Signed-off-by: Attila Mészáros <[email protected]>
    metacosm and csviri committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    6c2d6fe View commit details
    Browse the repository at this point in the history
  34. feat: run spotless on compile (#2330)

    Signed-off-by: Chris Laprun <[email protected]>
    Co-authored-by: Attila Mészáros <[email protected]>
    Signed-off-by: Attila Mészáros <[email protected]>
    metacosm and csviri committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    56a347e View commit details
    Browse the repository at this point in the history
  35. refactor: clean-up (#2325)

    Signed-off-by: Chris Laprun <[email protected]>
    Co-authored-by: Attila Mészáros <[email protected]>
    Signed-off-by: Attila Mészáros <[email protected]>
    metacosm and csviri committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    bd1f2c2 View commit details
    Browse the repository at this point in the history
  36. improve: samples correctly create status object for SSA (#2365)

    Signed-off-by: Attila Mészáros <[email protected]>
    csviri committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    159c2ab View commit details
    Browse the repository at this point in the history
  37. improve: named event sources and related changes (#2340)

    Signed-off-by: Attila Mészáros <[email protected]>
    Signed-off-by: Chris Laprun <[email protected]>
    Co-authored-by: Chris Laprun <[email protected]>
    Signed-off-by: Attila Mészáros <[email protected]>
    csviri and metacosm committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    1b5d8d0 View commit details
    Browse the repository at this point in the history
  38. feat: silent exception handling in managed workflows (#2363)

    Signed-off-by: Attila Mészáros <[email protected]>
    Signed-off-by: Chris Laprun <[email protected]>
    Co-authored-by: Chris Laprun <[email protected]>
    Signed-off-by: Attila Mészáros <[email protected]>
    csviri and metacosm committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    fa18a50 View commit details
    Browse the repository at this point in the history
  39. feat: feature flag to not clone secondary resource on access (#2364)

    Signed-off-by: Attila Mészáros <[email protected]>
    csviri committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    a99dc2a View commit details
    Browse the repository at this point in the history
  40. fix: unit test for event processor stopping (#2373)

    Signed-off-by: Attila Mészáros <[email protected]>
    csviri committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    1cd9f43 View commit details
    Browse the repository at this point in the history
  41. feat: all event source is resource event source (#2367)

    Signed-off-by: Attila Mészáros <[email protected]>
    Signed-off-by: Chris Laprun <[email protected]>
    Co-authored-by: Chris Laprun <[email protected]>
    Signed-off-by: Attila Mészáros <[email protected]>
    csviri and metacosm committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    f5723fb View commit details
    Browse the repository at this point in the history
  42. feat: read-only bulk dependent (#2372)

    Signed-off-by: Attila Mészáros <[email protected]>
    csviri committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    eb7becd View commit details
    Browse the repository at this point in the history
  43. feat: remove automatic observed generation handling (#2382)

    Signed-off-by: Attila Mészáros <[email protected]>
    Signed-off-by: Chris Laprun <[email protected]>
    Co-authored-by: Chris Laprun <[email protected]>
    Signed-off-by: Attila Mészáros <[email protected]>
    csviri and metacosm committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    1c7a094 View commit details
    Browse the repository at this point in the history
  44. docs: bulk dependent resource migration (#2383)

    Signed-off-by: Attila Mészáros <[email protected]>
    csviri committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    7e68d02 View commit details
    Browse the repository at this point in the history
  45. fix: correct default secondary to primary mapper (#2386)

    Signed-off-by: Attila Mészáros <[email protected]>
    csviri committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    aa5f2fc View commit details
    Browse the repository at this point in the history
  46. improve: secondaryToPrimary check type of owner reference (#2371)

    Signed-off-by: Attila Mészáros <[email protected]>
    csviri committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    1a756d6 View commit details
    Browse the repository at this point in the history
  47. improve: remove deprecated APIs (#2375)

    Signed-off-by: Attila Mészáros <[email protected]>
    csviri committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    8a3a644 View commit details
    Browse the repository at this point in the history
  48. improve: ensure unique name on event sources (#2370)

    * improve: ensure unique name on event sources
    
    Signed-off-by: Attila Mészáros <[email protected]>
    
    * fix
    
    Signed-off-by: Attila Mészáros <[email protected]>
    
    ---------
    
    Signed-off-by: Attila Mészáros <[email protected]>
    csviri committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    f7c928b View commit details
    Browse the repository at this point in the history
  49. docs: migrate v5 changes to docsy (#2397)

    Signed-off-by: Attila Mészáros <[email protected]>
    csviri committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    443ebdc View commit details
    Browse the repository at this point in the history
  50. docs: @workflow usage (#2413)

    Signed-off-by: Attila Mészáros <[email protected]>
    csviri committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    1e1002a View commit details
    Browse the repository at this point in the history
  51. improve: remove ErrorStatusHandler interface (#2438)

    
    Signed-off-by: Attila Mészáros <[email protected]>
    csviri committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    76de032 View commit details
    Browse the repository at this point in the history
  52. improve: dependent configuration improvements - context independent (#…

    …2389)
    
    
    Signed-off-by: Attila Mészáros <[email protected]>
    Signed-off-by: Chris Laprun <[email protected]>
    Co-authored-by: Chris Laprun <[email protected]>
    csviri and metacosm committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    5569ad5 View commit details
    Browse the repository at this point in the history
  53. feat: general crd checking activation condition (#2433)

    Signed-off-by: Attila Mészáros <[email protected]>
    Signed-off-by: Chris Laprun <[email protected]>
    Co-authored-by: Chris Laprun <[email protected]>
    csviri and metacosm committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    c3698c0 View commit details
    Browse the repository at this point in the history
  54. improve: generics for prepare event source (#2407)

    Signed-off-by: Attila Mészáros <[email protected]>
    csviri committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    160efcc View commit details
    Browse the repository at this point in the history
  55. fix: improper javadoc preventing release (#2450)

    Signed-off-by: Chris Laprun <[email protected]>
    metacosm authored and csviri committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    444a538 View commit details
    Browse the repository at this point in the history
  56. docs: use docs dir instead of docsy (#2443)

    
    Signed-off-by: Attila Mészáros <[email protected]>
    csviri committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    de824d7 View commit details
    Browse the repository at this point in the history
  57. refactor: move getResourceClassResolver to BaseConfigurationService (#…

    …2451)
    
    The class resolving mechanism is only needed in that class right now
    
    Signed-off-by: Chris Laprun <[email protected]>
    metacosm authored and csviri committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    f49afea View commit details
    Browse the repository at this point in the history
  58. feat: @ControllerConfiguration annotation is optional (#2412)

    
    Signed-off-by: Attila Mészáros <[email protected]>
    Co-authored-by: Chris Laprun <[email protected]>
    csviri and metacosm committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    19ebdb2 View commit details
    Browse the repository at this point in the history
  59. bump: chore use slf4j v2 (#2406)

    Signed-off-by: Attila Mészáros <[email protected]>
    csviri committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    1031300 View commit details
    Browse the repository at this point in the history
  60. feat: integration test to show multiple dependents with activation co…

    …ndition (#2454)
    
    
    Signed-off-by: Attila Mészáros <[email protected]>
    csviri committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    0865103 View commit details
    Browse the repository at this point in the history
  61. Configuration menu
    Copy the full SHA
    811964f View commit details
    Browse the repository at this point in the history
  62. chore(docs): add some javadoc (#2452)

    Signed-off-by: Chris Laprun <[email protected]>
    metacosm authored and csviri committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    bfa756a View commit details
    Browse the repository at this point in the history
  63. fix: improper use of @link (#2464)

    Signed-off-by: Chris Laprun <[email protected]>
    metacosm authored and csviri committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    c8ef10d View commit details
    Browse the repository at this point in the history
  64. feat: move controller informer-related configuration to InformerConfig (

    #2455)
    
    * feat: move controller informer-related configuration to InformerConfig
    
    Signed-off-by: Chris Laprun <[email protected]>
    
    * refactor: start isolating ResourceConfiguration
    
    Signed-off-by: Chris Laprun <[email protected]>
    
    * fix: initFromAnnotation now properly inits the current instance
    
    Signed-off-by: Chris Laprun <[email protected]>
    
    * fix: default onDeleteFilter implementation
    
    Signed-off-by: Chris Laprun <[email protected]>
    
    * fix: properly set default namespaces in controller case
    
    Signed-off-by: Chris Laprun <[email protected]>
    
    * refactor: remove KubernetesDependentInformerConfigBuilder
    
    Signed-off-by: Chris Laprun <[email protected]>
    
    * refactor: use InformerConfigHolder in more places, unifying handling
    
    Signed-off-by: Chris Laprun <[email protected]>
    
    * fix: properly propagate name to informer config
    
    Signed-off-by: Chris Laprun <[email protected]>
    
    * feat: add factory method to init builder from an extising configuation
    
    Signed-off-by: Chris Laprun <[email protected]>
    
    * fix: remove potentially problematic default implementation
    
    Signed-off-by: Chris Laprun <[email protected]>
    
    ---------
    
    Signed-off-by: Chris Laprun <[email protected]>
    metacosm authored and csviri committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    eabdb20 View commit details
    Browse the repository at this point in the history
  65. feat: allow returning additional information from conditions (#2426)

    Fixes #2424.
    
    ---------
    
    Signed-off-by: Attila Mészáros <[email protected]>
    Signed-off-by: Chris Laprun <[email protected]>
    Co-authored-by: Attila Mészáros <[email protected]>
    Signed-off-by: Chris Laprun <[email protected]>
    metacosm and csviri committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    657301f View commit details
    Browse the repository at this point in the history
  66. feat: support for graceful shutdown based on configuration (#2479)

    ---------
    
    Signed-off-by: 10000-ki <[email protected]>
    10000-ki authored and csviri committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    dd104ab View commit details
    Browse the repository at this point in the history
  67. refactor: move integration tests to feature packages and sub packages…

    … based on type (#2483)
    
    * refactor: integration tests moved to feature packages and sub packages pased on type
    
    Signed-off-by: Attila Mészáros <[email protected]>
    
    * fix resource paths
    
    Signed-off-by: Attila Mészáros <[email protected]>
    
    * fixes
    
    Signed-off-by: Attila Mészáros <[email protected]>
    
    * link and test fixes
    
    Signed-off-by: Attila Mészáros <[email protected]>
    
    * format
    
    Signed-off-by: Attila Mészáros <[email protected]>
    
    * wip
    
    Signed-off-by: Attila Mészáros <[email protected]>
    
    * old service
    
    Signed-off-by: Attila Mészáros <[email protected]>
    
    * test fix
    
    Signed-off-by: Attila Mészáros <[email protected]>
    
    * refactor: remove unneeded classes
    
    Signed-off-by: Chris Laprun <[email protected]>
    
    * fix: typo in package name
    
    Signed-off-by: Chris Laprun <[email protected]>
    
    ---------
    
    Signed-off-by: Attila Mészáros <[email protected]>
    Signed-off-by: Chris Laprun <[email protected]>
    Co-authored-by: Chris Laprun <[email protected]>
    csviri and metacosm authored Aug 8, 2024
    Configuration menu
    Copy the full SHA
    02b876b View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2024

  1. refactor: clean up informer configuration classes (#2470)

    * chore: set version to 5.0.0-SNAPSHOT (#2200)
    
    Signed-off-by: Attila Mészáros <[email protected]>
    
    * improve: replace current formatting plugins with spotless plugin  (#2302)
    
    Signed-off-by: Attila Mészáros <[email protected]>
    
    * fix: format after rebase
    
    Signed-off-by: Attila Mészáros <[email protected]>
    
    * bump: chore use slf4j v2 (#2406)
    
    Signed-off-by: Attila Mészáros <[email protected]>
    
    * feat: allow returning additional information from conditions (#2426)
    
    Fixes #2424.
    
    ---------
    
    Signed-off-by: Attila Mészáros <[email protected]>
    Signed-off-by: Chris Laprun <[email protected]>
    Co-authored-by: Attila Mészáros <[email protected]>
    Signed-off-by: Chris Laprun <[email protected]>
    
    * refactor: move @InformerConfig to more appropriate package
    
    Signed-off-by: Chris Laprun <[email protected]>
    
    * refactor: move InformerConfigHolder to appropriate package
    
    Signed-off-by: Chris Laprun <[email protected]>
    
    * chore: remove unneeded code & dependencies
    
    Signed-off-by: Chris Laprun <[email protected]>
    
    * refactor: InformerConfiguration to InformerEventSourceConfiguration
    
    Signed-off-by: Chris Laprun <[email protected]>
    
    * refactor: rename inner InformerConfigurationBuilder to simply Builder
    
    Signed-off-by: Chris Laprun <[email protected]>
    
    * refactor: rename InformerConfig and associated field to Informer
    
    Signed-off-by: Chris Laprun <[email protected]>
    
    * refactor: rename InformerConfigHolder to InformerConfiguration
    
    Signed-off-by: Chris Laprun <[email protected]>
    
    ---------
    
    Signed-off-by: Attila Mészáros <[email protected]>
    Signed-off-by: Chris Laprun <[email protected]>
    Co-authored-by: Attila Mészáros <[email protected]>
    metacosm and csviri authored Aug 9, 2024
    Configuration menu
    Copy the full SHA
    a6621c2 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2024

  1. feat: support to handle different cluster for InformerEventSource

    Signed-off-by: Attila Mészáros <[email protected]>
    csviri committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    fdd96b5 View commit details
    Browse the repository at this point in the history
  2. docs

    Signed-off-by: Attila Mészáros <[email protected]>
    csviri committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    3ea8aa1 View commit details
    Browse the repository at this point in the history
  3. format

    Signed-off-by: Attila Mészáros <[email protected]>
    csviri committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    3e3c118 View commit details
    Browse the repository at this point in the history
  4. wip

    Signed-off-by: Attila Mészáros <[email protected]>
    csviri committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    a7087fa View commit details
    Browse the repository at this point in the history