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

import (
	"collectd-operator/pkg/controller/collectdglobal"
)

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