d9365ae9aa5214dacf27128931b3dae6d2ae44e6
[multicloud/k8s.git] / src / monitor / pkg / controller / add_resourcebundlestate.go
1 package controller
2
3 import (
4         "github.com/onap/multicloud-k8s/src/monitor/pkg/controller/resourcebundlestate"
5 )
6
7 func init() {
8         AddToManagerFuncs = append(AddToManagerFuncs, resourcebundlestate.Add)
9         AddToManagerFuncs = append(AddToManagerFuncs, resourcebundlestate.AddPodController)
10 }