summaryrefslogtreecommitdiffstats
path: root/k8s/k8sclient/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'k8s/k8sclient/__init__.py')
-rw-r--r--k8s/k8sclient/__init__.py3
1 files changed, 2 insertions, 1 deletions
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