Enable updates for Ingress resources

Ingress resources can be updated as well

Change-Id: Ife7113d64c68bfe589a258f099b7354d84bf81dd
This commit is contained in:
Andrey Pavlov 2016-11-15 14:29:53 +03:00
parent c674692759
commit 7a429c7332
1 changed files with 1 additions and 1 deletions

View File

@ -368,7 +368,7 @@ def get_pykube_object(object_dict, namespace, client):
return obj_class(client, object_dict)
UPDATABLE_OBJECTS = ('ConfigMap', 'Deployment', 'Service')
UPDATABLE_OBJECTS = ('ConfigMap', 'Deployment', 'Service', 'Ingress')
def process_pykube_object(object_dict, namespace, client):