Add/update/delete PrometheusRemoteEndpoint CR
[demo.git] / vnfs / DAaaS / microservices / remote-config-operator / pkg / controller / add_prometheusremoteendpoint.go
diff --git a/vnfs/DAaaS/microservices/remote-config-operator/pkg/controller/add_prometheusremoteendpoint.go b/vnfs/DAaaS/microservices/remote-config-operator/pkg/controller/add_prometheusremoteendpoint.go
new file mode 100644 (file)
index 0000000..6576d8c
--- /dev/null
@@ -0,0 +1,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)
+}