From 4fbbe8f6279c7c9b1e66c7b85f0ecbfa558d4c98 Mon Sep 17 00:00:00 2001 From: Jack Lucas Date: Tue, 17 Jul 2018 21:34:22 +0000 Subject: 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 --- k8s/k8sclient/__init__.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'k8s/k8sclient/__init__.py') diff --git a/k8s/k8sclient/__init__.py b/k8s/k8sclient/__init__.py index b986659..1ba4553 100644 --- a/k8s/k8sclient/__init__.py +++ b/k8s/k8sclient/__init__.py @@ -16,4 +16,5 @@ # limitations under the License. # ============LICENSE_END========================================================= # -# ECOMP is a trademark and service mark of AT&T Intellectual Property. \ No newline at end of file +# 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 -- cgit 1.2.3-korg