Subtle refactoring in a few functions 32/113432/2
authorIgor D.C <igor.duarte.cardoso@intel.com>
Wed, 30 Sep 2020 21:30:06 +0000 (21:30 +0000)
committerIgor D.C <igor.duarte.cardoso@intel.com>
Thu, 1 Oct 2020 17:20:15 +0000 (17:20 +0000)
commit80107dc294c86a452c6108ffca6f281b4dbb9192
treec246b3a46307dc851a8a2866655609d42e210c23
parent5e114cd8a05986b7762fb9db22a43d61bb9fe00e
Subtle refactoring in a few functions

In DCM.

Essentially refactored two different areas:
- rename apply/terminate functions in module to clarify what they do
- split gets from getAlls in API code of the 5 DCM resource types

And cleaned up here and there.

Issue-ID: MULTICLOUD-1143
Change-Id: I9b72c77ba34a1febd5df4a339e87968ddc4a7891
Signed-off-by: Igor D.C <igor.duarte.cardoso@intel.com>
src/dcm/api/api.go
src/dcm/api/clusterHandler.go
src/dcm/api/keyValueHandler.go
src/dcm/api/logicalCloudHandler.go
src/dcm/api/quotaHandler.go
src/dcm/api/userPermissionsHandler.go
src/dcm/pkg/module/apply.go