Add/update/delete PrometheusRemoteEndpoint CR
[demo.git] / vnfs / DAaaS / microservices / remote-config-operator / pkg / controller / add_prometheusremoteendpoint.go
1 package controller
2
3 import (
4         "remote-config-operator/pkg/controller/prometheusremoteendpoint"
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, prometheusremoteendpoint.Add)
10 }