From 5a509f45600d443c1ca087706d4609607cebe537 Mon Sep 17 00:00:00 2001 From: Kiran Kamineni Date: Thu, 24 Jan 2019 18:24:14 -0800 Subject: Add another parameter to the definition Add a ChartName parameter to definition This is need to explicitly specify the chart name to be used within the tar file. Issue-ID: MULTICLOUD-291 Change-Id: I3d6e20607b74e54801622a6c27d5674777548ee1 Signed-off-by: Kiran Kamineni --- src/k8splugin/rb/definition.go | 1 + 1 file changed, 1 insertion(+) (limited to 'src/k8splugin/rb/definition.go') diff --git a/src/k8splugin/rb/definition.go b/src/k8splugin/rb/definition.go index 91419bf1..084abe7b 100644 --- a/src/k8splugin/rb/definition.go +++ b/src/k8splugin/rb/definition.go @@ -31,6 +31,7 @@ import ( type Definition struct { UUID string `json:"uuid,omitempty"` Name string `json:"name"` + ChartName string `json:"chart-name"` Description string `json:"description"` ServiceType string `json:"service-type"` } -- cgit 1.2.3-korg