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

Cache runtime objects only created by the EventingManager #273

Merged

Conversation

marcobebway
Copy link
Contributor

Description

Cache runtime objects only created by the EventingManager.

Related issue(s)

@marcobebway marcobebway requested a review from a team as a code owner November 29, 2023 15:51
@marcobebway marcobebway requested a review from muralov November 29, 2023 15:51
@kyma-bot kyma-bot added cla: yes Indicates the PR's author has signed the CLA. labels Nov 29, 2023
@marcobebway marcobebway linked an issue Nov 29, 2023 that may be closed by this pull request
3 tasks
@kyma-bot kyma-bot added the size/L Denotes a PR that changes 100-499 lines, ignoring generated files. label Nov 29, 2023
@marcobebway marcobebway self-assigned this Nov 29, 2023
@marcobebway marcobebway added kind/bug Categorizes issue or PR as related to a bug. area/eventing Issues or PRs related to eventing labels Nov 29, 2023
@marcobebway marcobebway requested review from k15r and removed request for muralov November 29, 2023 16:31
@marcobebway marcobebway requested a review from a team as a code owner November 29, 2023 16:41
@kyma-bot kyma-bot added the area/documentation Issues or PRs related to documentation label Nov 29, 2023
@marcobebway marcobebway force-pushed the 258-load-only-needed-objects-in-cache branch from c846ac5 to 8e7945c Compare November 29, 2023 16:43
@marcobebway marcobebway removed the request for review from a team November 29, 2023 16:43
@kyma-bot kyma-bot added the lgtm Looks good to me! label Nov 30, 2023
@kyma-bot kyma-bot merged commit 63eca19 into kyma-project:main Nov 30, 2023
9 checks passed
@marcobebway marcobebway deleted the 258-load-only-needed-objects-in-cache branch November 30, 2023 14:09
friedrichwilken pushed a commit to friedrichwilken/eventing-manager that referenced this pull request Dec 14, 2023
…ct#273)

* Cache runtime objects only created by the EventingManager

* Update test case name
friedrichwilken pushed a commit to friedrichwilken/eventing-manager that referenced this pull request Dec 14, 2023
…ct#273)

* Cache runtime objects only created by the EventingManager

* Update test case name
friedrichwilken pushed a commit to friedrichwilken/eventing-manager that referenced this pull request Dec 14, 2023
…ct#273)

* Cache runtime objects only created by the EventingManager

* Update test case name
friedrichwilken pushed a commit to friedrichwilken/eventing-manager that referenced this pull request Dec 14, 2023
…ct#273)

* Cache runtime objects only created by the EventingManager

* Update test case name
kyma-bot pushed a commit that referenced this pull request Dec 14, 2023
* Moved api pkg from eventing-controller (#260)

* Moved api pkg from eventing-controller

* updated samples

* Fix failing tests

* Delete external CRD folder

* Revert 02-configuration.md doc

---------

Co-authored-by: Mansur Uralov <[email protected]>

* Cache runtime objects only created by the EventingManager (#273)

* Cache runtime objects only created by the EventingManager

* Update test case name

* Semantic versioning in security scan config (#319)

* check_image.sh

* check_image.sh

* release.sh

* Remove `.version` file check in release

* Call retry function

* Refactoring

* Verify status

* Check tags in security-scan-config.yaml

* Check on both place

* Collect latest run related data

* Checkout code (#323)

* Release input variable for tag checking (#324)

* Release input variable for tag checking (#326)

* Release input variable for tag checking

* Remove whitespace

* Remove white space at rc-tag

* Initial Wait Time (#327)

* Initial Wait Time

* Parameters

* Remove first check

* Run github action workflows on release-branches. (#330)

* tidy go.mod

* bump golangcli-lint vesion

* bump release version

---------

Co-authored-by: Muhammad Faizan <[email protected]>
Co-authored-by: Mansur Uralov <[email protected]>
Co-authored-by: Marco Bebway <[email protected]>
Co-authored-by: Tibor Kiss <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/documentation Issues or PRs related to documentation area/eventing Issues or PRs related to eventing cla: yes Indicates the PR's author has signed the CLA. kind/bug Categorizes issue or PR as related to a bug. lgtm Looks good to me! size/L Denotes a PR that changes 100-499 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Eventing Manager loads all secrets from the entire cluster into its caches
3 participants