From 6aabcbd257f61c077c9909ae4447f045f1e9098f Mon Sep 17 00:00:00 2001 From: Konrad Bańka Date: Thu, 10 Sep 2020 16:19:02 +0200 Subject: Provide tests for nested labels provisioning MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Issue-ID: MULTICLOUD-1179 Signed-off-by: Konrad Bańka Change-Id: I2f8facefc5299408a47dd9f8bdba9410aa8171de --- src/k8splugin/plugins/generic/plugin.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/k8splugin/plugins') diff --git a/src/k8splugin/plugins/generic/plugin.go b/src/k8splugin/plugins/generic/plugin.go index aa503097..8cbfcdf5 100644 --- a/src/k8splugin/plugins/generic/plugin.go +++ b/src/k8splugin/plugins/generic/plugin.go @@ -35,7 +35,7 @@ var ExportedVariable genericPlugin type genericPlugin struct { } -// Create deployment object in a specific Kubernetes cluster +// Create generic object in a specific Kubernetes cluster func (g genericPlugin) Create(yamlFilePath string, namespace string, client plugin.KubernetesConnector) (string, error) { if namespace == "" { namespace = "default" -- cgit 1.2.3-korg