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

Allow ChildReconciler to manage resource in other namespaces #236

Merged
merged 1 commit into from May 13, 2022

Commits on May 13, 2022

  1. Allow ChildReconciler to manage resource in other namespaces

    When listing candidate children, by default we limit the listing to
    resources in the same namespace as the parent for efficiency. Now a
    ChildReconciler may use the ListOptions method to return a custom set of
    []ListOption. This may use any list options available within controller
    runtime, including indexed fields.
    
    When used in conjunction with finalizers and WithConfig we should be
    able to manage child resources in other clusters (needs verification).
    
    Signed-off-by: Scott Andrews <andrewssc@vmware.com>
    scothis committed May 13, 2022
    Copy the full SHA
    1923c58 View commit details
    Browse the repository at this point in the history