From a8ec5a6cab577a9b1473f3f1219640e9ddd53646 Mon Sep 17 00:00:00 2001 From: Victor Morales Date: Fri, 21 Sep 2018 14:58:25 +0000 Subject: Updated git submodules Project: multicloud/k8s master 655dfbea5a836f83a46e5e5d038f0d4180803ee7 Merge "Add UTs to plugins" Add UTs to plugins Deployment, service and namespace are plugins which offers CRUD operations to manage their resources. They haven't implemented Unit Tests which makes fragile to change/refactor the source code. This change adds their corresponding Unit Tests and defines a standard interface. Change-Id: I1e1eb40f1a18ba33c74069a117462c8df17767ac Signed-off-by: Victor Morales Issue-ID: MULTICLOUD-301 --- docs/submodules/multicloud/k8s.git | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/submodules/multicloud/k8s.git b/docs/submodules/multicloud/k8s.git index f5972d3c3..655dfbea5 160000 --- a/docs/submodules/multicloud/k8s.git +++ b/docs/submodules/multicloud/k8s.git @@ -1 +1 @@ -Subproject commit f5972d3c34b070d55300e2e1ace7b98b5065a3f0 +Subproject commit 655dfbea5a836f83a46e5e5d038f0d4180803ee7 -- cgit 1.2.3-korg