Fix Healthcheck API 23/119223/4
authorKonrad Bańka <k.banka@samsung.com>
Fri, 12 Mar 2021 07:46:20 +0000 (08:46 +0100)
committerKonrad Bańka <k.banka@samsung.com>
Wed, 31 Mar 2021 16:34:14 +0000 (18:34 +0200)
commit120019529489b5cbcf82d77eec228283fb12d43a
treedd404d0816bf0c86db0ced390c67fadd619900a1
parent4068b83937c490e638db0b8b0aceb8b7a88b7461
Fix Healthcheck API

Fix several issues related to Healthcheck creation.
Updated GET/DELETE methods to work properly.
This commit leaves few FIXME/TODOs that will be handled within Helm3
Rebase commit

Issue-ID: MULTICLOUD-1308
Signed-off-by: Konrad Bańka <k.banka@samsung.com>
Change-Id: I5da50363bb240fdc85d3624f43cb0526786da542
src/k8splugin/api/instancehchandler.go
src/k8splugin/go.mod
src/k8splugin/internal/healthcheck/healthcheck.go
src/k8splugin/internal/healthcheck/kubeclient.go
src/k8splugin/internal/healthcheck/stream.go [new file with mode: 0644]
src/k8splugin/internal/helm/helm.go