From cf79276e2b633211d9a0befcb0e978dea447a9cf Mon Sep 17 00:00:00 2001 From: Konrad Bańka Date: Fri, 4 Sep 2020 14:44:45 +0200 Subject: Provide capability to specify release-name during instantiation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Allow release-name property to be provided during instantiation that, if provided, overrides release-name specified in profile. Additionally updated Makefile to allow easy compilation with different go version easily. Issue-ID: MULTICLOUD-1175 Signed-off-by: Konrad Bańka Change-Id: Id8db484369045cfb0bc99543a80317644fc838f9 --- kud/tests/plugin_fw.sh | 5 +- src/k8splugin/Makefile | 15 +- src/k8splugin/api/brokerhandler.go | 8 + src/k8splugin/internal/app/instance.go | 35 +++-- src/k8splugin/internal/rb/profile.go | 33 +++-- src/k8splugin/internal/rb/profile_test.go | 239 ++++++++++++++++++------------ 6 files changed, 205 insertions(+), 130 deletions(-) diff --git a/kud/tests/plugin_fw.sh b/kud/tests/plugin_fw.sh index 9c981773..28df372c 100755 --- a/kud/tests/plugin_fw.sh +++ b/kud/tests/plugin_fw.sh @@ -63,7 +63,7 @@ payload="$(cat <