Further fixes for config delete operation 65/124665/1
authorLukasz Rajewski <lukasz.rajewski@orange.com>
Fri, 1 Oct 2021 07:35:35 +0000 (09:35 +0200)
committerLukasz Rajewski <lukasz.rajewski@orange.com>
Mon, 4 Oct 2021 10:06:25 +0000 (12:06 +0200)
commitbbeac9a596074d0af6e5be60448567517978a388
treea3e0203797e00e6db9e31001e316e238a77d775a
parentdc62323aa7f6782d69c7ac6509eb270e86ef31bd
Further fixes for config delete operation

The issue was related with insufficient handlijg of
different versions of config vs their delete operation
handled by the plugin.

Issue-ID: MULTICLOUD-1332
Signed-off-by: Lukasz Rajewski <lukasz.rajewski@orange.com>
Change-Id: I90d896720fa89ebd66cb3290cdd9401272f5e3fd
12 files changed:
src/k8splugin/api/api.go
src/k8splugin/api/confighandler.go
src/k8splugin/internal/app/client.go
src/k8splugin/internal/app/config.go
src/k8splugin/internal/app/config_backend.go
src/k8splugin/internal/app/config_test.go
src/k8splugin/internal/app/instance.go
src/k8splugin/internal/db/etcd.go
src/k8splugin/internal/db/etcd_testing.go
src/k8splugin/plugins/generic/plugin.go
src/k8splugin/plugins/namespace/plugin.go
src/k8splugin/plugins/service/plugin.go