armada/armada/handlers
Sean Eagan e149afdcbe Use paging to list releases from tiller
Tiller has a non-configurable gRPC max response message size. If the
list releases response reaches this size it silently truncates the
results to be below this size. Thus for armada to be able to reliably
get back all the releases it requests, this patchset implements paging
with what should be a small enough page size to avoid the truncation.

Change-Id: Ic2de85f6eabcea8655b18b411b79a863160b0c81
2018-10-12 21:28:22 -05:00
..
__init__.py feat(api): policy enforcement and api standard 2017-09-20 21:54:39 +00:00
armada.py Add chart API to wait on k8s resource types/labels 2018-10-05 16:48:32 -05:00
chart_deploy.py Add chart API to wait on k8s resource types/labels 2018-10-05 16:48:32 -05:00
chartbuilder.py Fix for yapf v0.24.0 2018-09-11 20:39:25 +00:00
document.py Fix: various documentation and URL fixes 2018-09-24 12:53:27 +02: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 Change chart `test` key to object and support cleanup flag 2018-06-27 10:47:02 -05:00
tiller.py Use paging to list releases from tiller 2018-10-12 21:28:22 -05:00
wait.py Add chart API to wait on k8s resource types/labels 2018-10-05 16:48:32 -05:00