19792089b0806c506965412f52230b9bb52c8191
[demo.git] / vnfs / DAaaS / microservices / collectd-operator / pkg / controller / add_collectdglobal.go
1 package controller
2
3 import (
4         "demo/vnfs/DAaaS/microservices/collectd-operator/pkg/controller/collectdglobal"
5 )
6
7 func init() {
8         // AddToManagerFuncs is a list of functions to create controllers and add them to a manager.
9         AddToManagerFuncs = append(AddToManagerFuncs, collectdglobal.Add)
10 }