aboutsummaryrefslogtreecommitdiffstats
path: root/src/k8splugin/internal/plugin/helpers.go
diff options
context:
space:
mode:
authorEric Multanen <eric.w.multanen@intel.com>2020-09-30 23:22:46 +0000
committerGerrit Code Review <gerrit@onap.org>2020-09-30 23:22:46 +0000
commit620585c7722f702d93da4cef6ed221bd27d670cb (patch)
treed3c1539f9091b7149c64216be14df61570a9d48c /src/k8splugin/internal/plugin/helpers.go
parentb5ab5c74b248d0a9b037ad1ed8f8f733e11c5c32 (diff)
parentb5ccaabd6c3b06286cc845bfb910fc2bd1ab6419 (diff)
Merge "Fix Status API to actually provide instance status"
Diffstat (limited to 'src/k8splugin/internal/plugin/helpers.go')
-rw-r--r--src/k8splugin/internal/plugin/helpers.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/k8splugin/internal/plugin/helpers.go b/src/k8splugin/internal/plugin/helpers.go
index 19ff03ab..7078b813 100644
--- a/src/k8splugin/internal/plugin/helpers.go
+++ b/src/k8splugin/internal/plugin/helpers.go
@@ -69,8 +69,8 @@ type Reference interface {
//Delete a kubernetes resource described in the provided namespace
Delete(resource helm.KubernetesResource, namespace string, client KubernetesConnector) error
- //Update kubernetes resource based on the groupVersionKind and resourceName provided in resource
- Update(yamlFilePath string, namespace string, client KubernetesConnector) (string, error)
+ //Update kubernetes resource based on the groupVersionKind and resourceName provided in resource
+ Update(yamlFilePath string, namespace string, client KubernetesConnector) (string, error)
}
// GetPluginByKind returns a plugin by the kind name