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

Adapt to controller-runtime client changes #327

Merged
merged 1 commit into from Jan 4, 2023

Commits on Jan 3, 2023

  1. Adapt to controller-runtime client changes

    The controller-runtime client has new methods for interacting with sub
    resources. The fake client is updated to implement the new interface.
    Interacting with any sub resource, other than status, will trigger the
    reactor chain with no other pre-defined behavior. Custom reactors must
    be installed in order to observe/handle the request.
    
    Signed-off-by: Scott Andrews <andrewssc@vmware.com>
    scothis committed Jan 3, 2023
    Copy the full SHA
    99f42ba View commit details
    Browse the repository at this point in the history