summaryrefslogtreecommitdiffstats
path: root/k8s/k8sclient/__init__.py
diff options
context:
space:
mode:
authorJack Lucas <jflucas@research.att.com>2019-04-19 15:14:25 -0400
committerJack Lucas <jflucas@research.att.com>2019-04-19 15:51:07 -0400
commit175a6d52277d321a93310dbe78d81a4ff68d2a10 (patch)
tree547fd11e46854fe28d9a57d20adaf1798fa25a75 /k8s/k8sclient/__init__.py
parent34dd2c9a61528cb87ecf59d031bae23cd257210a (diff)
Fix DR subscriber failure4.0.0-ONAPdublin
Issue-ID: DCAEGEN2-1009 Change-Id: Ieb770b6562123dda78fd4b8c8c514d30767ad7fb 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 3cc19f2..6a53440 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, execute_command_in_deployment \ No newline at end of file
+from .k8sclient import deploy, undeploy, is_available, scale, upgrade, rollback, execute_command_in_deployment, parse_ports \ No newline at end of file