diff options
author | 2020-09-15 03:04:14 +0000 | |
---|---|---|
committer | 2020-09-15 03:04:14 +0000 | |
commit | dc33c5c9f8238f9c956357588b6fbe6217939a1e (patch) | |
tree | 0fd256a34c34b7a5e8d6392257b39057231dd5c8 /src/k8splugin/plugins/generic/plugin.go | |
parent | 904ac77a20c843536b1d72f03f94c36cf7834580 (diff) | |
parent | 6aabcbd257f61c077c9909ae4447f045f1e9098f (diff) |
Merge "Provide tests for nested labels provisioning"
Diffstat (limited to 'src/k8splugin/plugins/generic/plugin.go')
-rw-r--r-- | src/k8splugin/plugins/generic/plugin.go | 2 |
1 files changed, 1 insertions, 1 deletions
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" |