Move api.go functions 19/77419/1
authorVictor Morales <victor.morales@intel.com>
Sat, 26 Jan 2019 00:57:58 +0000 (16:57 -0800)
committerVictor Morales <victor.morales@intel.com>
Sat, 26 Jan 2019 00:59:59 +0000 (16:59 -0800)
commit468e208fbe3bcf2524d3aa8ceaabc4324f242b4b
tree2570d7f77a79aa71feacfedde5a2a858ee06b21f
parent083465d10c8fdeaffa89aa7daa93def3eca77df1
Move api.go functions

CheckEnvVariables, CheckDatabaseConnection, LoadPlugins and
CheckInitialSettings functions are utility functions which are not
related with the API. These functions need to be moved to utils.go
file.

Change-Id: Ie6dfbafe8909962fba31534916a7e0f07ded116b
Signed-off-by: Victor Morales <victor.morales@intel.com>
Issue-ID: MULTICLOUD-301
src/k8splugin/api/api.go
src/k8splugin/cmd/main.go
src/k8splugin/internal/utils.go