Add support for helm templates 32/75832/12
authorKiran Kamineni <kiran.k.kamineni@intel.com>
Tue, 8 Jan 2019 23:50:12 +0000 (15:50 -0800)
committerKiran Kamineni <kiran.k.kamineni@intel.com>
Tue, 12 Mar 2019 22:24:15 +0000 (15:24 -0700)
commit909d0d1c9a6f95dd1714b26477238d8997b3e20e
tree86c72e5518a913a6230233c1aa6de51d4f5137da
parent98e83cc404987387466721aedca3fc6c97cab40b
Add support for helm templates

Add support for evaluating helm templates
The interface provides a way to get a map which
contains a mapping from kubernetes kind to the
corresponding yaml file that defines a resource
of that kind. This map is then provided to the
instantiation code at instantiation time to create
in the kubernetes cluster.
P5: Use filepath.join instead of strings.join
P9: rebase with new folder structure
P10: moved the helm code into its own package.
P12: Add unit tests
     update the go.mod to use latest docker version

Issue-ID: MULTICLOUD-291
Change-Id: Ie75f5c616cc0cdc3e0ace49ff2c2f6c356a4c0d1
Signed-off-by: Kiran Kamineni <kiran.k.kamineni@intel.com>
src/k8splugin/go.mod
src/k8splugin/go.sum
src/k8splugin/internal/helm/helm.go [new file with mode: 0644]
src/k8splugin/internal/helm/helm_test.go [new file with mode: 0644]