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 resources to be marked for deletion without waiting #569

Open
adriansuarez opened this issue Sep 24, 2024 · 0 comments
Open

Allow resources to be marked for deletion without waiting #569

adriansuarez opened this issue Sep 24, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@adriansuarez
Copy link

What would you like to be added:

I would like to be able to issue an asynchronous deletion request without waiting for the resources to be deleted. Currently there is a hardwired polling for resources appearing in the delete property of TestStep. Unless I am missing something in the documentation, it does not look like there is any way to prevent the test framework from waiting for the resources to go away.

Why is this needed:

I'd like to be able to verify that finalizers are handled correctly by my controller, e.g. by marking a resource for deletion that is blocked by the existence of some other resource, verifying that it does not get deleted, and then unblocking it by deleting the other resource.

@porridge porridge added the enhancement New feature or request label Sep 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants