armada/armada
Phil Sphicas 6a9b3bf9c9 Fix: Use Foreground deletion
Armada intends to use `propagationPolicy: Foreground` when deleting
resources. However, the empty V1DeleteOptions object in the body of the
delete API call takes priority over the propogation_policy specified as
a query param, resulting in the per-resouce default. For Job and CronJob
resources, the default is Orphan, and for others it is Background.

This change includes the desired propogation_policy in V1DeleteOptions.

Reference: https://kubernetes.io/docs/concepts/workloads/controllers/garbage-collection/#setting-the-cascading-deletion-policy

Change-Id: Iffee12b426ba1e7741eb5bd687ca1b2c11cb071d
2019-11-14 16:12:43 +00:00
..
api api: Remove dry-run parameter 2019-09-05 16:29:04 +00:00
cli cli: Remove dry-run flag 2019-09-05 16:29:04 +00:00
common Standardize Armada code with YAPF 2019-07-31 10:16:15 -05:00
conf Standardize Armada code with YAPF 2019-07-31 10:16:15 -05:00
exceptions Standardize Armada code with YAPF 2019-07-31 10:16:15 -05:00
handlers Fix: Use Foreground deletion 2019-11-14 16:12:43 +00:00
schemas Support builtin chart dependencies 2019-08-22 08:13:03 -05:00
tests fix: Align template file naming with Helm CLI 2019-10-03 20:32:43 +00:00
utils Allow proxy_server use for chart tarball downloads 2019-09-17 14:56:08 -07:00
__init__.py fix(init): remove duplicated version code 2018-05-28 05:52:58 -05:00
const.py Introduce v2 docs 2019-04-16 10:15:21 -05:00
shell.py fix: improve error message when user passes in only api and url 2019-07-17 13:12:07 -05:00
version.py Fix(linting): Make Armada pep8 compliant 2017-09-29 11:46:58 -04:00