Add support for configuring garbage collection (#334)

* Add support for configuring garbage collection

This surfaces deleteOptions functionality in a top-level delete_options
parameter.

* Add changelog fragment

* Remove kind and apiVersion from delete_options

* Add release version to docs
This commit is contained in:
Mike Graves
2021-01-12 14:17:18 -05:00
committed by GitHub
parent 9059f2c526
commit a9b8cc68d5
6 changed files with 298 additions and 1 deletions

View File

@@ -0,0 +1,2 @@
minor_changes:
- k8s - add a ``delete_options`` parameter to control garbage collection behavior when deleting a resource (https://github.com/ansible-collections/community.kubernetes/issues/253).