summaryrefslogtreecommitdiffstats
path: root/k8s/k8splugin/__init__.py
diff options
context:
space:
mode:
authorJack Lucas <jflucas@research.att.com>2018-07-17 21:34:22 +0000
committerJack Lucas <jflucas@research.att.com>2018-07-17 21:36:18 +0000
commit4fbbe8f6279c7c9b1e66c7b85f0ecbfa558d4c98 (patch)
tree038669a54139fe4cea712c31f6114c6d19711068 /k8s/k8splugin/__init__.py
parent8db18d78975af115f44c84c170f678fc34001789 (diff)
Add support for updating image.
- Refactor type file to reduce duplication - General code cleanup Change-Id: I80354736100dcd3544db2f751335d704bd240666 Issue-ID: DCAEGEN2-543 Signed-off-by: Jack Lucas <jflucas@research.att.com>
Diffstat (limited to 'k8s/k8splugin/__init__.py')
-rw-r--r--k8s/k8splugin/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/k8s/k8splugin/__init__.py b/k8s/k8splugin/__init__.py
index 28306ee..7f721b2 100644
--- a/k8s/k8splugin/__init__.py
+++ b/k8s/k8splugin/__init__.py
@@ -27,4 +27,4 @@ from .tasks import create_for_components, create_for_components_with_streams, \
create_and_start_container_for_components_with_streams, \
create_for_platforms, create_and_start_container, \
create_and_start_container_for_components, create_and_start_container_for_platforms, \
- stop_and_remove_container, cleanup_discovery, policy_update, scale \ No newline at end of file
+ stop_and_remove_container, cleanup_discovery, policy_update, scale, update_image \ No newline at end of file