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

WithFinalizer #228

Merged
merged 2 commits into from May 9, 2022
Merged

WithFinalizer #228

merged 2 commits into from May 9, 2022

Commits on May 6, 2022

  1. Add WithFinalizer

    WithFinalizer is a SubReconciler that allows external state to be
    allocated and then cleaned up once the parent resource is deleted. When
    the parent resource is not terminating, the finalizer is set on the
    parent resource before the nested reconciler is called. When the parent
    resource is terminating, the finalizer is cleared only after the nested
    reconciler returns without an error.
    
    Signed-off-by: Scott Andrews <andrewssc@vmware.com>
    scothis committed May 6, 2022
    Copy the full SHA
    aee5406 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2022

  1. Add note about when to choose which type of finalizer orchestration

    Signed-off-by: Scott Andrews <andrewssc@vmware.com>
    scothis committed May 9, 2022
    Copy the full SHA
    a9ce88c View commit details
    Browse the repository at this point in the history