aboutsummaryrefslogtreecommitdiffstats
path: root/vnfs/DAaaS/collectd-operator/pkg/controller/add_collectdplugin.go
blob: da8d1e1df91ef7a0cbffaffdadc302dd660e340a (plain)
1
2
3
4
5
6
7
8
9
10
package controller

import (
	"demo/vnfs/DAaaS/collectd-operator/pkg/controller/collectdplugin"
)

func init() {
	// AddToManagerFuncs is a list of functions to create controllers and add them to a manager.
	AddToManagerFuncs = append(AddToManagerFuncs, collectdplugin.Add)
}