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

migrate to controller-runtime controllers for k8s watch events #3510

Merged
merged 8 commits into from
May 11, 2021

Commits on May 11, 2021

  1. fix merge conflict

    Signed-off-by: Steve Sloka <slokas@vmware.com>
    stevesloka committed May 11, 2021
    Configuration menu
    Copy the full SHA
    8e3c66b View commit details
    Browse the repository at this point in the history
  2. Move to controller-runtime for gateway-api types.

    Moves from informers to controller-runtime for gateway-api processing.
    
    Signed-off-by: Steve Sloka <slokas@vmware.com>
    stevesloka committed May 11, 2021
    Configuration menu
    Copy the full SHA
    e7f0c93 View commit details
    Browse the repository at this point in the history
  3. start manager

    Signed-off-by: Steve Sloka <slokas@vmware.com>
    stevesloka committed May 11, 2021
    Configuration menu
    Copy the full SHA
    323fa63 View commit details
    Browse the repository at this point in the history
  4. review comments from @skriss

    Signed-off-by: Steve Sloka <slokas@vmware.com>
    stevesloka committed May 11, 2021
    Configuration menu
    Copy the full SHA
    bd76479 View commit details
    Browse the repository at this point in the history
  5. add delete to the 'IsNotFound' case

    Signed-off-by: Steve Sloka <slokas@vmware.com>
    stevesloka committed May 11, 2021
    Configuration menu
    Copy the full SHA
    ecdd483 View commit details
    Browse the repository at this point in the history
  6. remove finalizers check since not in use at the moment

    Signed-off-by: Steve Sloka <slokas@vmware.com>
    stevesloka committed May 11, 2021
    Configuration menu
    Copy the full SHA
    6d515e7 View commit details
    Browse the repository at this point in the history
  7. handle delete with name/namespace

    Signed-off-by: Steve Sloka <slokas@vmware.com>
    stevesloka committed May 11, 2021
    Configuration menu
    Copy the full SHA
    07a7f63 View commit details
    Browse the repository at this point in the history
  8. review comments

    Signed-off-by: Steve Sloka <slokas@vmware.com>
    stevesloka committed May 11, 2021
    Configuration menu
    Copy the full SHA
    041e9c7 View commit details
    Browse the repository at this point in the history