armada/armada/handlers
Sean Eagan 623c5056d8 Defend against uninitialized fields in k8s objects
Much of these may be unnecessary, but this code was adapted from
go code which handles uninitialized values better via "zero values",
also the k8s python client docs show most of these fields as
"optional".

Hence, initializing leaf values in these model objects to avoid
further surprises.

Change-Id: Ib646b56dfe1ff83f0ecbedaf73fcde8ffa2be0cf
2019-02-08 11:24:57 -06:00
..
__init__.py feat(api): policy enforcement and api standard 2017-09-20 21:54:39 +00:00
armada.py Merge "test: Refactor test handler" 2018-12-04 20:40:54 +00:00
chart_delete.py Add configurability of delete timeout 2019-01-29 16:49:01 -06:00
chart_deploy.py Add configurability of delete timeout 2019-01-29 16:49:01 -06: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 Workaround kubernetes python client deadlock issue 2018-11-26 15:58:39 -06: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 Automate deletion of test pods 2019-01-28 13:19:09 -06:00
tiller.py Add configurability of delete timeout 2019-01-29 16:49:01 -06:00
wait.py Defend against uninitialized fields in k8s objects 2019-02-08 11:24:57 -06:00