summaryrefslogtreecommitdiffstats
path: root/k8s/k8sclient/__init__.py
diff options
context:
space:
mode:
authorJack Lucas <jflucas@research.att.com>2018-07-25 20:33:50 +0000
committerJack Lucas <jflucas@research.att.com>2018-07-25 20:34:34 +0000
commit03ac66c04143f712378a92ef258253b8ce6b1e8b (patch)
tree3fd27e57217ece214b1e602cfd046cbacb099c9e /k8s/k8sclient/__init__.py
parent926eb8c21979a6972838dae8e9de29903d1b26f1 (diff)
Add policy update notification support
Use k8s terminology instead of Docker terminology Remove some redundant logging Change-Id: Ic8e581ebde9ea062a7d0e145465425eec1db57c3 Issue-ID: DCAEGEN2-504 Signed-off-by: Jack Lucas <jflucas@research.att.com>
Diffstat (limited to 'k8s/k8sclient/__init__.py')
-rw-r--r--k8s/k8sclient/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/k8s/k8sclient/__init__.py b/k8s/k8sclient/__init__.py
index 1ba4553..3cc19f2 100644
--- a/k8s/k8sclient/__init__.py
+++ b/k8s/k8sclient/__init__.py
@@ -17,4 +17,4 @@
# ============LICENSE_END=========================================================
#
# ECOMP is a trademark and service mark of AT&T Intellectual Property.
-from .k8sclient import deploy, undeploy, is_available, scale, upgrade, rollback \ No newline at end of file
+from .k8sclient import deploy, undeploy, is_available, scale, upgrade, rollback, execute_command_in_deployment \ No newline at end of file