python/kubernetes/e2e_test
Quan Tian 7ac1070077 Fix AttributeError in create_from_yaml
Some models don't have attribute 'status', like V1ConfigMap,
V1ClusterRole, and V1NetworkPolicy. AttributeError would be raised if
these resources are created via create_from_yaml with verbose enabled.

This patch checks if attribute 'status' exists before accessing it.
2019-05-03 10:41:00 -07:00
..
test_yaml Add rbac support for yaml 2019-03-20 17:54:33 -05:00
__init__.py Add functional test 2017-01-12 06:26:16 -05:00
base.py Fix end to end tests 2017-10-09 17:15:34 -07:00
test_batch.py Fix end to end tests 2017-10-09 17:15:34 -07:00
test_client.py Fix e2e test to reflect service storage refactoring 2018-03-12 15:21:38 -07:00
test_extensions.py Use yaml.safe_load 2019-01-09 10:10:48 +01:00
test_utils.py Fix AttributeError in create_from_yaml 2019-05-03 10:41:00 -07:00