da8d1e1df91ef7a0cbffaffdadc302dd660e340a
[demo.git] / vnfs / DAaaS / 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 }