summaryrefslogtreecommitdiffstats
path: root/k8s/k8splugin/__init__.py
diff options
context:
space:
mode:
authorJack Lucas <jflucas@research.att.com>2020-04-20 13:25:47 -0400
committerJack Lucas <jflucas@research.att.com>2020-04-29 17:14:22 -0400
commit05e95de3b9736160b4229232903e86706fb782e1 (patch)
treeef75fbbcbaaae247e82c27b5572e1c6ec68f4865 /k8s/k8splugin/__init__.py
parent09bcbb3faba0a92c1bdb5d9e1a1ee6826ef5fda2 (diff)
Remove ContainerizedPlatformContainer from types
Also allow environment variables to specified via docker_config Issue-ID: DCAEGEN2-1791 Issue-ID: DCAEGEN2-2215 Change-Id: If6b3b206856031d3c2aa3a5f787c1be30bdc4afd Signed-off-by: Jack Lucas <jflucas@research.att.com>
Diffstat (limited to 'k8s/k8splugin/__init__.py')
-rw-r--r--k8s/k8splugin/__init__.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/k8s/k8splugin/__init__.py b/k8s/k8splugin/__init__.py
index aa4ceda..7ca69b7 100644
--- a/k8s/k8splugin/__init__.py
+++ b/k8s/k8splugin/__init__.py
@@ -1,7 +1,7 @@
# ============LICENSE_START=======================================================
# org.onap.dcae
# ================================================================================
-# Copyright (c) 2017-2018 AT&T Intellectual Property. All rights reserved.
+# Copyright (c) 2017-2020 AT&T Intellectual Property. All rights reserved.
# ================================================================================
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -24,6 +24,5 @@
# __version__ = '0.1.0'
from .tasks import create_for_components, create_for_components_with_streams, \
- create_for_platforms, create_and_start_container, \
- create_and_start_container_for_components, create_and_start_container_for_platforms, \
+ create_and_start_container, create_and_start_container_for_components, \
stop_and_remove_container, cleanup_discovery, policy_update, scale, update_image \ No newline at end of file