python/kubernetes/utils
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
..
__init__.py Add list / multi resource support 2019-03-19 00:36:32 -05:00
create_from_yaml.py Fix AttributeError in create_from_yaml 2019-05-03 10:41:00 -07:00