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

client.Delete doesn't support PropagationPolicy and other delete options #76

Closed
grantr opened this issue Jul 13, 2018 · 0 comments
Closed

Comments

@grantr
Copy link
Contributor

grantr commented Jul 13, 2018

The controller-runtime client doesn't seem to support passing DeleteOptions in the body of a delete request.

Use case: when a Job is deleted, its pods are normally orphaned by the GC. To delete a Job and GC its pods with the normal client-go, I pass a DeleteOptions with PropagationPolicy set. I can't do that with the controller-runtime client.

DirectXMan12 pushed a commit that referenced this issue Jan 31, 2020
Fixing a typo in README.md
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant