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

Commits on Dec 22, 2022

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

    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 committed Dec 22, 2022
    Configuration menu
    Copy the full SHA
    25f5740 View commit details
    Browse the repository at this point in the history