Skip to content

Ensure that a resource is finalized/reconciled only once #340

@NArnott

Description

@NArnott

Is your feature request related to a problem? Please describe.
I'd like to be able to delay a finalizer, similar to how you can "requeue" controller actions. If I want to wait for certain conditions to pass before allowing a finalizer to complete, I thought it would be ok to just await Task.Delay in a loop, but it turns out than more and more calls into the finalizer begin.

Describe the solution you'd like
I'd like to be able to return a complete or not complete status inside a finalizer and a requeue time before the finalizer triggers again.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions