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

operator: Fix use of Resource.Events() in CEC controller #22844

Merged
merged 1 commit into from Dec 22, 2022

Conversation

joamaki
Copy link
Contributor

@joamaki joamaki commented Dec 22, 2022

The commit "resource: Refactor the API for simplified usage" was tested against older master, before the commit "cli: Add configuration flag for service LB" which used the older API, causing the build to fail.

This updates StartCECController() to use the new Resource.Events method.

Fixes: f3a9b0a ("resource: Refactor the API for simplified usage")

The commit "resource: Refactor the API for simplified usage" was tested
against older master, before the commit "cli: Add configuration flag for service LB"
which used the older API, causing the build to fail.

This updates StartCECController() to use the new Resource.Events method.

Fixes: f3a9b0a ("resource: Refactor the API for simplified usage")
Signed-off-by: Jussi Maki <jussi@isovalent.com>
@joamaki joamaki requested a review from a team as a code owner December 22, 2022 18:53
@maintainer-s-little-helper maintainer-s-little-helper bot added the dont-merge/needs-release-note-label The author needs to describe the release impact of these changes. label Dec 22, 2022
@github-actions github-actions bot added the kind/community-contribution This was a contribution made by a community member. label Dec 22, 2022
@joamaki joamaki added the release-note/misc This PR makes changes that have no direct user impact. label Dec 22, 2022
@maintainer-s-little-helper maintainer-s-little-helper bot removed the dont-merge/needs-release-note-label The author needs to describe the release impact of these changes. label Dec 22, 2022
@joamaki
Copy link
Contributor Author

joamaki commented Dec 22, 2022

Relevant tests pass showing that the build is fixed (conformance, image builds, go lint), merging.

@joamaki joamaki merged commit f396bcd into cilium:master Dec 22, 2022
@dylandreimerink dylandreimerink mentioned this pull request Jan 23, 2023
19 tasks
@aanm aanm mentioned this pull request Jan 23, 2023
3 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/community-contribution This was a contribution made by a community member. release-note/misc This PR makes changes that have no direct user impact.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants