Merge "Add helm chart for Keycloak server"
[multicloud/k8s.git] / src / monitor / pkg / controller / add_resourcebundlestate.go
1 package controller
2
3 import (
4         "monitor/pkg/controller/resourcebundlestate"
5 )
6
7 func init() {
8         AddToManagerFuncs = append(AddToManagerFuncs, resourcebundlestate.Add)
9         AddToManagerFuncs = append(AddToManagerFuncs, resourcebundlestate.AddPodController)
10 }