Implement deploy API 68/9568/4
authorsubhash kumar singh <subh.singh@samsung.com>
Thu, 10 Nov 2022 09:57:57 +0000 (09:57 +0000)
committersubhash kumar singh <subh.singh@samsung.com>
Mon, 14 Nov 2022 08:34:48 +0000 (08:34 +0000)
commitf95c1d3a137db6a4dd4ff7d8c3a8f5a2a7a55c2f
tree7c955e55a53faf202eb709025d5dff01a929af3c
parentbe3a036a01ca73d2959aadc1c5f9b71ec569ac95
Implement deploy API

Implement Deploy API for xApps.

Signed-off-by: subhash kumar singh <subh.singh@samsung.com>
Change-Id: Id25f9080fa50e23d3fc332c26ef477ae8c1791c5
api/ric-dms-api-2.0.yaml
go.mod
go.sum
pkg/charts/chart_manager.go
pkg/deploy/deployment_manager.go [new file with mode: 0644]
pkg/deploy/types.go [new file with mode: 0644]
pkg/restful/restful.go
pkg/resthooks/resthooks.go
pkg/resthooks/resthooks_test.go
pkg/resthooks/types.go