aboutsummaryrefslogtreecommitdiffstats
path: root/vnfs/DAaaS/microservices/remote-config-operator/pkg/controller/add_prometheusremoteendpoint.go
blob: 6576d8c91b309c2cf9a17c33ba7c360d035253a8 (plain)
1
2
3
4
5
6
7
8
9
10
package controller

import (
	"remote-config-operator/pkg/controller/prometheusremoteendpoint"
)

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