-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Setting a grace period when deleting resource #2269
Labels
Comments
rohanKanojia
added a commit
to rohanKanojia/kubernetes-client
that referenced
this issue
Jul 2, 2020
…ng `withPropagationPolicy()`
rohanKanojia
added a commit
to rohanKanojia/kubernetes-client
that referenced
this issue
Jul 10, 2020
…ng `withPropagationPolicy()`
rohanKanojia
added a commit
to rohanKanojia/kubernetes-client
that referenced
this issue
Jul 13, 2020
…ng `withPropagationPolicy()`
It seems this made it into 4.10.3 however I am still not able to do
|
I think it's available like this:
|
Aha! Thanks |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
I was deleting a resource using this
Since
cascading
has been deprecated in 4.10.2 (currently using) I updated the code toBut I cannot set
withGracePeriod(long)
anymore.I can do
but there the propagation policy is not set.
How can I set both of these properties?
Thanks
The text was updated successfully, but these errors were encountered: