Merge "Enable updates for Ingress resources"

This commit is contained in:
Jenkins 2016-11-16 16:36:52 +00:00 committed by Gerrit Code Review
commit 473d178443
1 changed files with 1 additions and 1 deletions

View File

@ -372,7 +372,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):