Collectd operator utilties
[demo.git] / vnfs / DAaaS / microservices / collectd-operator / pkg / controller / add_collectdplugin.go
1 package controller
2
3 import (
4         "demo/vnfs/DAaaS/collectd-operator/pkg/controller/collectdplugin"
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, collectdplugin.Add)
10 }