armada/armada/handlers
Drew Walters 5cafd027b5 tiller: Remove unused params from delete_resources
Parameters `release_name` and `name` are ignored by the Tiller handler's
`delete_resources` method because the deletions are handled using labels
rather than by name. Currently, values that do not represent the
parameters are being passed to the method, which sometimes leads to
cryptic logging messages. This change removes all references to the
aforementioned parameters and clarifies the corresponding docstring and
log message.

Change-Id: Ic43819a273bf9da5e8965f409a56307eb11b4922
2018-11-13 16:32:21 +00:00
..
__init__.py feat(api): policy enforcement and api standard 2017-09-20 21:54:39 +00:00
armada.py Add caching and cleanup of chart tarballs 2018-10-29 16:02:44 -05:00
chart_deploy.py Add warnings for post upgrade actions 2018-11-12 21:19:16 +00:00
chartbuilder.py Fix for yapf v0.24.0 2018-09-11 20:39:25 +00:00
document.py Fix noqa 2018-10-28 15:10:48 +01:00
k8s.py Clean up and refactor wait logic 2018-09-25 12:48:25 -05:00
manifest.py Fix for get manifest 2018-09-14 15:27:03 +00:00
override.py Fix to override '=' string 2018-08-21 22:21:41 -07:00
release_diff.py Release diffing: split out, add unit tests, include name 2018-08-22 11:29:03 -05:00
test.py Run wait/test even if chart not updated 2018-10-31 09:53:12 -05:00
tiller.py tiller: Remove unused params from delete_resources 2018-11-13 16:32:21 +00:00
wait.py wait: Remove test pods from wait 2018-11-06 21:58:54 +00:00